IDLE
OSNN Senior Addict
- Joined
- 13 Feb 2004
- Messages
- 375
I am trying to creat a login script for a printer to be installed. i have tried different ways. im doing this in a 2000 enviroment but i get errors everytime i run the script. this is what has been done in notepad:
Set net = CreateObject("WScript.Network")
net.AddWindowsPrinterConnection "\\ServerName\LD024c"
the printer is shared. Note: the servername is chaned to my needs. here is hte error i get when running the script:
Script C:/(basically the path of the file)
Line 2
Char 1
Error the file name, directory name, or volume label syntax is incorrect.
Code 8007007b
Source (null)
i am creating this on my XP pro workstation. and when I run the script I get the error above. Any help would be great thanks!
Set net = CreateObject("WScript.Network")
net.AddWindowsPrinterConnection "\\ServerName\LD024c"
the printer is shared. Note: the servername is chaned to my needs. here is hte error i get when running the script:
Script C:/(basically the path of the file)
Line 2
Char 1
Error the file name, directory name, or volume label syntax is incorrect.
Code 8007007b
Source (null)
i am creating this on my XP pro workstation. and when I run the script I get the error above. Any help would be great thanks!