Skip to content

Instantly share code, notes, and snippets.

@b-adkins
Created May 16, 2016 22:09
Show Gist options
  • Save b-adkins/2a5a16fac374cfcfc5188a6d3524f1b7 to your computer and use it in GitHub Desktop.
Save b-adkins/2a5a16fac374cfcfc5188a6d3524f1b7 to your computer and use it in GitHub Desktop.
Quickly, simply give a Windows .exe an easier name
:: 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