script error

  • Thread starter Thread starter Finch
  • Start date Start date
F

Finch

we have 1 w2k server and 3 network printers.
were trying to use this script.

(rundll32 printui.dll,PrintUIEntry /ifd:\drivers\HPLJ4
\Hpcps02.ini /n "\\server01\m7_printer" /in)

but were getting this error

Rundll
error in printui.dll missing entry:PrintUIEntry

Thank you for your help
Finch
 
--------------------
Sender: "Finch" <[email protected]>
Subject: script error
Date: Tue, 8 Jun 2004 01:45:05 -0700

we have 1 w2k server and 3 network printers.
were trying to use this script.

(rundll32 printui.dll,PrintUIEntry /ifd:\drivers\HPLJ4
\Hpcps02.ini /n "\\server01\m7_printer" /in)

but were getting this error

Rundll
error in printui.dll missing entry:PrintUIEntry

Thank you for your help
Finch
-----------------------

First off, there should be a space between "/if" and "d".....maybe you
could describe your exact intentions with the script, if you want some help
on your syntax : )



--
~~ JASON HALL ~~
~ Performance Support Specialist,
~ Microsoft Enterprise Platforms Support
~ This posting is provided "AS IS" with no warranties, and confers no
rights.
~ Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
~ Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 
thank you for your reply
I work at a school and we have 1 w2k server with nt4
clients. we are trying to get the printers to load on the
client computer with the script file for each student.
 
--------------------
Content-Class: urn:content-classes:message
From: <[email protected]>
Subject: RE: script error
Date: Tue, 8 Jun 2004 07:21:22 -0700

thank you for your reply
I work at a school and we have 1 w2k server with nt4
clients. we are trying to get the printers to load on the
client computer with the script file for each student.
---------------------

In my case I used the HP LaserJet 8000 drivers downloaded from the
website.....

To install the drivers for a printer from a network share:
rundll32 printui.dll,PrintUIEntry /ia "HP LaserJet 8000 Series PS"
/f \\server\share\hp8000ps.inf
To install a connection to a network printer:
rundll32 printui.dll,PrintUIEntry /in /n \\server\printer


--
~~ JASON HALL ~~
~ Performance Support Specialist,
~ Microsoft Enterprise Platforms Support
~ This posting is provided "AS IS" with no warranties, and confers no
rights.
~ Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
~ Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top