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

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
rajeev
Posts: 9
Joined: 10 May 2012 04:26

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

#1 Post by rajeev » 12 Oct 2012 03:18

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

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

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

#2 Post by foxidrive » 12 Oct 2012 04:02

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?

Post Reply