I have the following script called \"build-bat.sublime-build\":
{ \"cmd\": \"build.bat\", \"working_dir\": \"$project_path\", \"windows\" : { \"s
You can rename your build.bat to make.bat and choose the Make build system in ST. Just press Ctrl+B and ST will try to start make command and make.bat will be executed. The output will be showen in ST's console.
build.bat
make.bat
Ctrl+B
make