Skip to content

Instantly share code, notes, and snippets.

@st98
Last active August 29, 2015 14:13
Show Gist options
  • Save st98/b25420978b97d23e3e19 to your computer and use it in GitHub Desktop.
Save st98/b25420978b97d23e3e19 to your computer and use it in GitHub Desktop.
%PATHEXT%
> echo %PATHEXT%
.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY
> type a.bat
echo a.bat
> type a.cmd
echo a.cmd
> a
a.bat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment