Skip to content

Instantly share code, notes, and snippets.

@LeeFlannery
Created January 31, 2014 15:57
Show Gist options
  • Save LeeFlannery/8734870 to your computer and use it in GitHub Desktop.
Save LeeFlannery/8734870 to your computer and use it in GitHub Desktop.
batch file to run Sublime Text from Windows command line (put in path)
@start "sublime" "%ProgramW6432%\Sublime Text 3\sublime_text.exe" %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment