Is there an equivalent of the Unix whereis command in Windows?
So that I could figure out where commands I can run actually is.
|
Is there an equivalent of the Unix whereis command in Windows? So that I could figure out where commands I can run actually is.
| ||||
|
feedback
|
|
The where command does what you want and goes back at least to the resource kit for Windows 98, and is included by default in Server 2003, Vista, and newer:
If executed with no arguments (on Vista), it results in one of my favorite messages:
| ||||
|
feedback
|
|
hackerish which.cmd:
| |||||||
feedback
|
|
Somewhere "out there" I found this batch file
Update: maybe I found it here. | ||||
|
feedback
|
|
There is at least a Windows port for the | |||
|
feedback
|
|
You can try searching for the command using the following: dir /s type-whatever-you-are-searching | |||||||
feedback
|