I have the following script called "build-bat.sublime-build":
{ "cmd": "build.bat", "working_dir": "$project_path", "windows" : { "shell": true } }
The script is in C:\Users\MyName\AppData\Roaming\Sublime Text 3\Packages
I can select the script in Tools/Build Systems/build-bat and then I run it via CTRL+B or via manually selecting it in Tools/Build
It happens exactly nothing. I don't see anything, I don't get any errors.
It should run a file named: build.bat in the current directory where the file that I am working on is placed. But that doesn't happen.
Why?