calling batch files with ‘exit’
Sunday, February 22nd, 2009Consider ‘main.bat‘
call child1.bat
call child2.bat
What happens after ‘child1.bat‘ is finished?
Consider ‘main.bat‘
call child1.bat
call child2.bat
What happens after ‘child1.bat‘ is finished?