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 ================== | |
@rem Source: | |
@rem https://gist.github.com/jcppkkk/8330314 | |
@rem Description: | |
@rem Install context menu to allow user opens file with Sublime Text as User or Admin, or Open Folder with Sublime Text. | |
@rem Usage: | |
@rem Download this .bat file to in Sublime Text's installation folder. | |
@rem Execute this batch file. It will download elevate codes and setup context menu. | |
@rem ================== |
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 ================== | |
@rem Source: | |
@rem https://gist.github.com/jcppkkk/8330314 | |
@rem Description: | |
@rem Install context menu to allow user opens file with Sublime Text as User or Admin, or Open Folder with Sublime Text. | |
@rem Usage: | |
@rem Download this .bat file to in Sublime Text's installation folder. | |
@rem Execute this batch file. It will download elevate codes and setup context menu. | |
@rem ================== |