Skip to content

Instantly share code, notes, and snippets.

@cointoss1973
Created February 15, 2013 12:12
Show Gist options
  • Save cointoss1973/4960048 to your computer and use it in GitHub Desktop.
Save cointoss1973/4960048 to your computer and use it in GitHub Desktop.
which command for Windows
@echo off
for %%I in (%1 %1.com %1.exe %1.bat %1.cmd %1.vbs %1.js %1.wsf) do if exist %%~$path:I echo %%~$path:I
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment