Can you please tell me what is Windows XP equivalent of “which” command in Linux? I have tired 'where', but it does not work on Windows XP.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
There is no equivalent in Windows, but you can try one of these two substitutes: http://nedbatchelder.com/code/utilities/wh_py.html (Click on "Download: wh.py") or this guy created a script too: http://pankaj-k.net/weblog/2004/11/equivalent_of_which_in_windows.html |
|||||
|
|
There are several possibilities that you can choose from:
|
|||
|
|
|
This is actually answered on SE, in great detail: http://stackoverflow.com/questions/304319/is-there-an-equivalent-of-which-on-windows Maybe it should be merged to Superuser, instead marked off topic on that site. |
||||
|
|