Question : Wait For Shell Command to Finish

I need to run a batch file and wait for it to finish prior to continuing with the rest of my code.

How do I do this?

Answer : Wait For Shell Command to Finish

The last parameter for the Run method is bWaitOnReturn, if you set this to True (1), then it will wait for the called process to finish.
Random Solutions  
 
programming4us programming4us