Here is the issue... I have a package that is very quirky.. It will not run from my script or a command prompt, but if I run it from the Start\Run command it works fine....
Dont get me wrong, the .exe file will start to run but it will error out after it first initializes...
Here is part of my script:
Dim objshell
Set objshell = WScript.CreateObject ("WScript.Shell")
objshell.Run "\\MyServerName\smspkg\SMo000A1\urc11_2.exe", 1, True
Once this part of the script runs, the script will then upgrade the package... I have tried adding the """ in the beginning and end of the script but get the same results
Dont get me wrong, the .exe file will start to run but it will error out after it first initializes...
Here is part of my script:
Dim objshell
Set objshell = WScript.CreateObject ("WScript.Shell")
objshell.Run "\\MyServerName\smspkg\SMo000A1\urc11_2.exe", 1, True
Once this part of the script runs, the script will then upgrade the package... I have tried adding the """ in the beginning and end of the script but get the same results