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
@echo off | |
@rem %stPath% : Path to Sublime Text installation dir. | |
@rem %entryName%: Key name for the registry entry. | |
@rem %menuText% : Context menu text. Set your preferred menu text (e.g.: translate to your language). | |
SET stPath=C:\Program Files\Sublime Text 3\sublime_text.exe | |
SET entryName=Sublime Text | |
SET menuText=Open with Sublime Text | |
rem add it for all file types |