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 | |
REM =========================================================================== | |
REM Sublime Text - Path and Right Click context menu | |
REM Felipe Guedes - https://github.com/TheZoc | |
REM https://gist.github.com/TheZoc/e3295df094801fa937596964499ac048 | |
REM --------------------------------------------------------------------------- | |
REM I've swapped my environment so many times recently, that I decided to write | |
REM this overengineered solution to add Sublime Text 3 to the right click menu | |
REM on Windows, and to add it to the current user PATH environment variable | |
REM allowing `subl.exe` to be easily usable from command line. |
MIT License
Copyright (c) [year] [fullname]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: