Last active
December 16, 2015 16:40
-
-
Save KrYpTeD974/5465226 to your computer and use it in GitHub Desktop.
Open With SublimeText2 bat script
This file contains hidden or 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
@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