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?
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?
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.
where | clipwill put the path into the clipboard, which is useful. – paradroid Dec 21 '18 at 17:29where.exein Windows PowerShell otherwise it conflicts with the built-inwherecommand. To usewhichin PS, see: https://stackoverflow.com/questions/63805/equivalent-of-nix-which-command-in-powershell – Neil C. Obremski Nov 18 '19 at 22:25