2018-04-03

run multiple batch files inside one batch file (.bat)

To run multiple batch files inside one batch file put call in front of the *.bat file

eg:
ExecuteBatchFiles.bat should look like this:
call batch1.bat
call batch2.bat
call batch3.bat

No comments:

Post a Comment