| |
net_Savy
Posts: 2
Score: 0
Joined: 5/5/2008
Status: offline
|
Hi, I want to know how to read content from an excel. basically want to configure network printer, so i have created a excel sheet with the printer share name. i want to create a script which can read from the excel and configure the printer. Script i am using : '// Name: setprint.vbs Set WshNetwork = CreateObject("WScript.Network") '// Adds the printer. Substitute your server name and printer share. WshNetwork.AddwindowsPrinterConnection "\\Servername\printer sharename"
_____________________________
:) Netsavy
|
|