Sep 072010
Feb 242010
These drivers are for Windows Vista and Windows 7.
Jan 152010
‘Connect network printers
Option Explicit
Dim objNetwork, strLocal, strUNCPrinter1, strUNCPrinter2
strUNCPrinter1 = “\\servername\printshare1”
strUNCPrinter2 = “\\servername\printshare2”
Set objNetwork = CreateObject(“WScript.Network”)
objNetwork.AddWindowsPrinterConnection strUNCPrinter1
objNetwork.AddWindowsPrinterConnection strUNCPrinter2
WScript.Quit
Jan 152010
rundll32.exe printui,PrintUIEntry /ga /n\\servername\printshare1
rundll32.exe printui,PrintUIEntry /ga /n\\servername\printshare2
Net stop spooler
Net start spooler