Skip to content

Instantly share code, notes, and snippets.

@paddy74
Created May 11, 2021 19:05
Show Gist options
  • Save paddy74/3dcd9bf97837d323628ec9021a4137e9 to your computer and use it in GitHub Desktop.
Save paddy74/3dcd9bf97837d323628ec9021a4137e9 to your computer and use it in GitHub Desktop.
Running a batch file from the directory containing the batch file.
@echo off
PUSHD %~dp0
:: Do some stuff
:: Return to the caller directory
POPD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment