R
Rich S
I use the rundll32 printui.dll,PrintUIEntry command line
in a batch file to push install a printer to client
computers without having to go to the actual computer,
this works perfectly. The problem I have is when I logoff,
I use a batch file with the following entry:
rundll32 printui.dll,PrintUIEntry /dl /b "HSINFO-P2" /c\\%
computername%
I get the following error message
Printer could not be removed. You either entered a printer
name that was incorrect or the specified printer is no
longer connected to the server.
I can see the printer entry under Printers in the Control
Panel, I can print with no problem, I just cannot delete
it when I log off, if it is not deleted I keep getting
duplicate entries of the same printer every time a student
logs on, I can have hundreds of duplicate entries in a
weeks time, even with all the duplicate entries students
can print with no problem.
What am I missing ? HELP !!!
Thanks,
Rich
in a batch file to push install a printer to client
computers without having to go to the actual computer,
this works perfectly. The problem I have is when I logoff,
I use a batch file with the following entry:
rundll32 printui.dll,PrintUIEntry /dl /b "HSINFO-P2" /c\\%
computername%
I get the following error message
Printer could not be removed. You either entered a printer
name that was incorrect or the specified printer is no
longer connected to the server.
I can see the printer entry under Printers in the Control
Panel, I can print with no problem, I just cannot delete
it when I log off, if it is not deleted I keep getting
duplicate entries of the same printer every time a student
logs on, I can have hundreds of duplicate entries in a
weeks time, even with all the duplicate entries students
can print with no problem.
What am I missing ? HELP !!!
Thanks,
Rich