Handy ‘which’ command on Windows
VERY handy! 12345678910 @echo off rem ——————————————————– rem File: which.cmd rem Description: Windows equivalent of Unix which command rem Author: Pankaj Kumar rem Copyright 2004 Pankaj Kumar. All Rights Reserved. rem License: This software is available under GPL (http://www.gnu.org/licenses/gpl.html) rem ——————————————————— setlocal if "%1" == "" goto noArg
