I added a printer .vbs script to the startup of Windows Server 2003 domain. Here is the script:
Dim net
Set net = CreateObject("WScript.Network")
net.AddWindowsPrinterConnection "\\Hertzbachfilese\HP4350"
I get the error Windows script host
C:\Documents and Settings\All Users\Start Menu\Programs\Startup
Line : 3
Char:1
Error: The filebame, directoryname, or volume is incorrect
Code: 8007007B
Source: Null
I have checked the path of the file and the path of the printer. I can not get the printer to come automatically down on the workstation. Does anyone have any suggestions or better scripts?
Dim net
Set net = CreateObject("WScript.Network")
net.AddWindowsPrinterConnection "\\Hertzbachfilese\HP4350"
I get the error Windows script host
C:\Documents and Settings\All Users\Start Menu\Programs\Startup
Line : 3
Char:1
Error: The filebame, directoryname, or volume is incorrect
Code: 8007007B
Source: Null
I have checked the path of the file and the path of the printer. I can not get the printer to come automatically down on the workstation. Does anyone have any suggestions or better scripts?