|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-15777) Running multiple .bat ... [email protected] (JIRA)
- [JIRA] (JENKINS-15777) Running multiple ... [email protected] (JIRA)

Try doing
CALL a.bat
CALL b.bat
CALL c.bat
When you simply run a bat file from another bat file, it terminates the execution of the current batch file. By using CALL, it will return to the current batch file.