Created
May 16, 2016 22:09
-
-
Save b-adkins/2a5a16fac374cfcfc5188a6d3524f1b7 to your computer and use it in GitHub Desktop.
Quickly, simply give a Windows .exe an easier name
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
:: Example is gimp | |
:: | |
:: Put script in C:\Program Files\GIMP 2\bin | |
:: Add this folder to PATH environment variable | |
start gimp-2.8.exe %* | |
:: Just type "gimp" in the command line like on Linux! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment