Is there an equivalent of 'which' on windows?
Posted
by namin
on Stack Overflow
See other posts from Stack Overflow
or by namin
Published on 2008-11-20T04:19:35Z
Indexed on
2010/03/26
0:13 UTC
Read the original article
Hit count: 721
I would like to find the full path to a program in Windows. Is there an equivalent to the UNIX command 'which'? On UNIX, which command
prints the full path of the given command.
© Stack Overflow or respective owner