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.
 
Back
Top