Created
July 31, 2014 07:31
-
-
Save szunyog/07998899a054d53b90da to your computer and use it in GitHub Desktop.
Getting the directory where your script is located using windows command file
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
set CURRENT_DIR=%~dp0 | |
echo %CURRENT_DIR% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment