Question : Continue to next part of script w/o having to close command prompt window

Without getting too much into detail.
This script currently waits for me to close the command prompt window before it goes to next part of script... I didn't attach the entire code because it's already all working as intended except what's below:

I want it to wait for it to complete, then go to next step...wait on that to complete, then go to step 3... I attached the code..
1:
2:
3:
4:
5:
6:
7:
8:
strProgram = strLocalTool & " " & strRemComputer & " " & strCMD & strRemoteTool
objShell.Run strProgram, 1, True

strProgram2 = strLocalTool & " " & strRemComputer & " " & strCMD2 & strRemoteTool2
objShell.Run strProgram2, 1, True

strProgram3 = strLocalTool & " " & strRemComputer & " " & strCMD2 & strRemoteTool3
objShell.Run strProgram3, 1, True

Answer : Continue to next part of script w/o having to close command prompt window

In IE8, go to tools, internet options, advanced. Under Security uncheck "Warn if changiung between secure and not secure mode"
Random Solutions  
 
programming4us programming4us