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"