I\'m trying to write a Windows cmd script to perform several tasks in series. However, it always stops after the first command in the script.
The command it stops af
When you call another .bat file, I think you need "call" in front of the call:
call otherCommand.bat