Skip to content

Instantly share code, notes, and snippets.

@KrYpTeD974
Last active December 16, 2015 16:40
Show Gist options
  • Save KrYpTeD974/5465226 to your computer and use it in GitHub Desktop.
Save KrYpTeD974/5465226 to your computer and use it in GitHub Desktop.
Open With SublimeText2 bat script
@echo off
@reg add "HKEY_CLASSES_ROOT\*\shell\Ouvrir avec Sublime Text 2" /t REG_SZ /v "" /d "Ouvrir avec Sublime Text 2" /f
@reg add "HKEY_CLASSES_ROOT\*\shell\Ouvrir avec Sublime Text 2\command" /t REG_SZ /v "" /d "\"D:\KrYpTeD\Programmes\Sublime Text 2.0.1 x64\sublime_text.exe\" \"%%1\"" /f
@reg add "HKEY_CLASSES_ROOT\*\shell\Ouvrir avec Sublime Text 2" /t REG_EXPAND_SZ /v "Icon" /d "D:\KrYpTeD\Programmes\Sublime Text 2.0.1 x64\sublime_text.exe,0"
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment