Skip to content

Instantly share code, notes, and snippets.

@vookimedlo
Created April 1, 2019 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vookimedlo/1262b8a76ec1162cfac7e972c3939166 to your computer and use it in GitHub Desktop.
Save vookimedlo/1262b8a76ec1162cfac7e972c3939166 to your computer and use it in GitHub Desktop.
Windows Batch Scripts: Useful constructs

Change Current Directory to the Batch File Directory

cd /D "%~dp0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment