Created
August 30, 2017 21:27
-
-
Save silverkorn/5f0d00d299b9a969360d3ab124d8efa1 to your computer and use it in GitHub Desktop.
Simple Windows executable symlink workaround
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
:: Change RELATIVE_PATH_TO_EXECUTABLE to the relative path of this .cmd file | |
:: Change the name of the file to the same as the executable one and keep the .cmd extension | |
@ECHO OFF | |
"%~dp0\RELATIVE_PATH_TO_EXECUTABLE\%~n0.exe" %* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment