Skip to content

Instantly share code, notes, and snippets.

@JBlond
Created March 16, 2018 08:34
Show Gist options
  • Save JBlond/6b63bdde2b96956fd9316b5e4f208137 to your computer and use it in GitHub Desktop.
Save JBlond/6b63bdde2b96956fd9316b5e4f208137 to your computer and use it in GitHub Desktop.
whereis windows
:: Whereis program by Raymond Chen
:: URL: http://blogs.msdn.com/oldnewthing/archive/2005/01/20/357225.aspx
@for %%e in (%PATHEXT%) do @for %%i in (%1%%e) do @if NOT "%%~$PATH:i"=="" echo %%~$PATH:i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment