-
-
Save andresgutgon/3974097 to your computer and use it in GitHub Desktop.
Batch File Running for Sublime Text 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cmd": ["$file"], | |
"working_dir": "$file_path", | |
"selector": "source.dosbatch" | |
} |
Here are the instruction to set this up:
http://stackoverflow.com/questions/10068264/sublime-text-2-build-via-simple-batch-file
thanks man
it helps me alot
Thanks
it works
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Handy!