Page 1 of 1

Need to run two ".exe" files in a loop and should in series

Posted: 12 Oct 2012 03:18
by rajeev
Hello,

I Need to run two ".exe" files in a loop using batch file and execution should be in series..
I mean each ".exe" file takes 3min to 4min to run and next should be invoked..

Thanks,
Rajeev

Re: Need to run two ".exe" files in a loop and should in ser

Posted: 12 Oct 2012 04:02
by foxidrive
Do you want to start exe number one and wait until it is finished
then start exe number two and wait until it is finished

and repeat?