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
Not sure why the first command is stopping. If you can make it parallel, you can try something like
start cmd.exe /C 1.bat start cmd.exe /C 2.bat