Saw this at my new job and it sure is handy when trying to install a new printer. Just double click on the VBS file and you're done. VBS code follows:
Set WshNetwork = CreateObject("WScript.Network")
WshNetwork.AddWindowsPrinterConnection "<path of network printer here>"
Msgbox "Printer '<Printer name here>' Installed"
Tuesday, September 05, 2006 12:40 PM