VBS Script is failing when I tried to run it from Google Chrome Can you help?
Set objNetwork = CreateObject("WScript.Network")
objNetwork.AddWindowsPrinterConnection "\\PrintServer\Printer Name"
So basically, I have a printer which is linked to the printserver. If I open the browser and access my printer to run the script...I can only do that in IE, Firefox. If I tried in chrome, it failed and display the whole script on the screen.
Please help me with this.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
dunnpy
7 years ago
I don't believe that Chrome supports client side VBScript.
According to Microsoft IE11 doesn't either.
I believe your options are to continue running it with a working browser, or develop another method of deploying printer connections.
Dunnpy
According to Microsoft IE11 doesn't either.
I believe your options are to continue running it with a working browser, or develop another method of deploying printer connections.
Dunnpy