G
Gerald
Hello,
I am using the "rundll32 printui.dll,PrintUIEntry" command to push
printers out to client computers. The client computers are Windows XP
Professional and Windows NT 4.0 Workstation. I am pushing from a
Windows Server 2003. The command works great when pushing to both
platforms except when pushing to NT Workstation I get the annoying
"Printer Drivers for NT 4.0 Windows" that opens on a Windows Server
2003 desktop where I am running the command. The Contents of the
Windows are:
- Please Provide Windows Driver
- Type the path where the file is located, and then click OK.
- Copy files from: <text box>
The problem is that the location where the .inf driver exists is
specified in path. When running this same command I am not prompted
for the location. I want to script this command to roll out printers
to multiple clients, how do I suppress this message or make it see the
path that I specified in the command.
Here is the command:
rundll32 printui.dll,PrintUIEntry /f C:\drivers\lj4000nt\hpbf2224.inf
/c \\Computer_Name /b "Printer_Name" /ga /if
Any help is appreciated
(e-mail address removed)
I am using the "rundll32 printui.dll,PrintUIEntry" command to push
printers out to client computers. The client computers are Windows XP
Professional and Windows NT 4.0 Workstation. I am pushing from a
Windows Server 2003. The command works great when pushing to both
platforms except when pushing to NT Workstation I get the annoying
"Printer Drivers for NT 4.0 Windows" that opens on a Windows Server
2003 desktop where I am running the command. The Contents of the
Windows are:
- Please Provide Windows Driver
- Type the path where the file is located, and then click OK.
- Copy files from: <text box>
The problem is that the location where the .inf driver exists is
specified in path. When running this same command I am not prompted
for the location. I want to script this command to roll out printers
to multiple clients, how do I suppress this message or make it see the
path that I specified in the command.
Here is the command:
rundll32 printui.dll,PrintUIEntry /f C:\drivers\lj4000nt\hpbf2224.inf
/c \\Computer_Name /b "Printer_Name" /ga /if
Any help is appreciated
(e-mail address removed)