Skip to content

Instantly share code, notes, and snippets.

@tjbenator
Created September 10, 2014 17:10
Show Gist options
  • Save tjbenator/8e639168f61be14933dc to your computer and use it in GitHub Desktop.
Save tjbenator/8e639168f61be14933dc to your computer and use it in GitHub Desktop.
@echo off
echo %%0 %0
echo %%~0 %~0
echo %%n0 %n0
echo %%x0 %x0
echo %%~n0 %~n0
echo %%dp0 %dp0
echo %%~dp0 %~dp0
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment