Printer script

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all
I am using a visual basic script to map the printers when the user logs on.
basicall the following commands run :
sPrintPath = "\\gd2\gal4050ps"
oNetwork.AddWindowsPrinterConnection sPrintPath
oNetwork.SetDefaultPrinter sPrintPath

Is there a way I can map more than one printer using this script or
something else.
Thanks again.
 

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