-
-
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" | |
} |
really helpful. Thank your :) 👍
Very nice! Thanks.
Handy!
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
"After some digging I was able to figure out how to run a Windows Batch File (.bat) from within Sublime Text. Simply add a Build System with the following and when editing a batch file ctrl + b will run the file sending the output to the Sublime Text output window."
Source:
http://blog.mmuell.com/index.php/2012/05/run-batch-file-within-sublime-text/