Possible Duplicate:
Windows equivalent of whereis?

For Linux/Mac I can use which to locate the file. What would be the equivalent to this command line tool of which?

link|improve this question

74% accept rate
feedback

closed as exact duplicate by Sathya, Diago Oct 13 '10 at 21:39

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 2 down vote accepted

It's WHERE to find any files in your path.

On XP/2003 and earlier, you need to add it from the Resource Kit, but it a standard command in Vista onwards.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.