Execute batch file after another batch file completes

Posted by iulianchira on Stack Overflow See other posts from Stack Overflow or by iulianchira
Published on 2010-06-11T14:21:22Z Indexed on 2010/06/11 14:22 UTC
Read the original article Hit count: 628

Filed under:
|

I have a batch file coordinating the activity of two other batch file. How can I make it execute the second batch file only after the first bat file finishes execution. I do not care if the first batch file executes successfully or not.

© Stack Overflow or respective owner

Related posts about batch-file

Related posts about cmd