printui.dll command line in a batch file with win XP sp2

  • Thread starter Thread starter freddy
  • Start date Start date
F

freddy

I am using the printui.dll command line in a batch file. When I start the
batch file I see the print divers installing and then I get a "the arguments
are invalid" and the printer never get added. Also is there a way to log the
output like an installation log. Here is the code.

rundll32 printui.dll,PrintUIEntry /if /b "HP Color LaserJet 4700 PCL 6" /f
U:\Scripts\Printer\IP_Printing\Drivers\HP_Color_4700\hpc4700c.inf /r
"IP_172.29.49.47" /m "HP Color LaserJet 4700 PCL 6"
 
Back
Top