DOes anyone here have a VBS login script for mapping a HP jetdriect printer? I was using a mapping script for local printers.
' VBScript.
' Guy Thomas January 2004
Dim net
Set net = CreateObject("WScript.Network")
net.AddWindowsPrinterConnection "\\PrintandFax\HP LaserJet 2200 Series PCL 6"
but I have removed that computer and not I have a network printer, but I need an automatic mapping script so I don't have to manually hook up this to each machine.
Thanks
' VBScript.
' Guy Thomas January 2004
Dim net
Set net = CreateObject("WScript.Network")
net.AddWindowsPrinterConnection "\\PrintandFax\HP LaserJet 2200 Series PCL 6"
but I have removed that computer and not I have a network printer, but I need an automatic mapping script so I don't have to manually hook up this to each machine.
Thanks