Created
June 4, 2014 10:46
-
-
Save boldfacedesign/3bdba2688a4ab32dfdf3 to your computer and use it in GitHub Desktop.
Create symlink to executable files
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
Include path to executable "C:\Program Files\Sublime Text 2\" in your PATH, and then run an administrator command prompt: | |
cd "C:\Program Files\Sublime Text 2\" | |
mklink sublime.exe sublime_text.exe | |
That will make a symbolic link with the new name. And now you can use it freely: | |
sublime hello.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment