Skip to content

Instantly share code, notes, and snippets.

@Archigos
Created July 29, 2014 14:48
Show Gist options
  • Save Archigos/1b16bcac5d35e0cb0774 to your computer and use it in GitHub Desktop.
Save Archigos/1b16bcac5d35e0cb0774 to your computer and use it in GitHub Desktop.
Sublime Text 3
@ECHO OFF
TITLE Sublime Text 3
IF "%~1" == "" (
PUSHD .
START "Sublime" "C:\Program Files\Sublime Text 3\sublime_text.exe"
POPD
) ELSE (
START "Sublime" "C:\Program Files\Sublime Text 3\sublime_text.exe" "%~1"
)
TITLE %COMSPEC%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment