I have scripts that I use to install new versions of software each year and each year they seem to work with some minor path tweaks. However, this year I cannot get one command to fire off. The path is good because I can execute it from START>RUN, but under RunWait, ProcessWait, or ProcessWaitClose the executable won't execute. Here is the command line...
RunWait(@ComSpec & '/c \\deploy1\install\licensed\sc\autodesk\Inv2011\Inv2011',@MyDocumentsDir,@SW_HIDE)
Suggestions?