I am attempting to do a shell, so as to pause script processing, however the way that I am doing it does not seem to pause the script.
Code:

Shell '%Comspec% /c Start excel.exe "\\Aserver\software$\Documentation\somefile.xls"'



I am using the same idea later on with this bit of code and it seems to be working.

Code:

Shell 'C:\Progra~1\SecureCRT\SecureCRT.EXE /ARG '+$Asked+' /ARG '+$Prompt+' /SCRIPT "c:\_Bin\Config3.VBS"'
Run "C:\Program Files\3Com\3CDaemon\3CDaemon.EXE"
Sleep 10
Shell 'C:\Progra~1\SecureCRT\SecureCRT.EXE /ARG '+$Asked+' /ARG '+$Prompt+' /SCRIPT "c:\_Bin\Config.VBS"'
Shell 'C:\Progra~1\SecureCRT\SecureCRT.EXE /ARG '+$Asked+' /ARG '+$Prompt+' /SCRIPT "c:\_Bin\Config2.VBS"'



I am fairly sure that it is how I am calling the spreadsheet.
_________________________
Today is the tomorrow you worried about yesterday.