I am trying to run this script inside of another Script But I keep getting errors on this
Dim objShellSet objShell = WScript.CreateObject("WScript.Shell")
objShell.Run "cmd /k cscript j:\prnmngr.vbs -ac -p "\\COL-FPS01\cae_adams""
the error I am getting is
Line 295
Char 17
Error: Expected end of Statment
Code: 800A0401
Source Microsoft VBScript Compilation Error
Which would be the 17th character of the first line here which is "o"