Saved Bookmarks
| 1. |
Solve : How to stop the execution of group of batch files when an if condition failed? |
|
Answer» I have a 6 batch files(sample1.bat, sample2.bat, sample3.bat, sample4.bat, sample5.bat, sample6.bat) which will be EXECUTED one after the other. I have an if condition in the 3rd batch file(sample3.bat). I have a 6 batch files(sample1.bat, sample2.bat, sample3.bat, sample4.bat, sample5.bat, sample6.bat) which will be executed one after the other. I have an if condition in the 3rd batch file(sample3.bat). Why are they all SEPARATE? Why cannot the CODE be in one file? |
|