I\'m trying to get my commit-build.bat to execute other .BAT files as part of our build process.
commit-build.bat
Content of commit-build.bat:
call msbuild.bat call unit-tests.bat call deploy.bat