Here's my issue: I need to be able to specify the driver to be used when installing a network printer using a batch script. I know how to add network printers from a print server where the driver is already specified for you, but how do I include what driver to use when adding the printer in the script?
Is there something I can add to this command to do it?
rundll32 printui.dll,PrintUIEntry /in /q /n\\server\printer
I'm trying to do this on Windows XP machines.
Is there something I can add to this command to do it?
rundll32 printui.dll,PrintUIEntry /in /q /n\\server\printer
I'm trying to do this on Windows XP machines.