| |
winkumpel
Posts: 11
Score: 0
Joined: 5/23/2001
From: Netherlands
Status: offline
|
In VBSCRIPT, it's pretty easy. You should be able to use something like this. Set WshNetwork = WScript.CreateObject("WScript.Network") WshNetwork.AddPrinterConnection "LPT1:", "\\Server\Print1" WshNetwork.SetDefaultPrinter "\\Server\Print1"
|
|