资 源 简 介
Windows does not provide one simple command-line utility to search for a file within a specific drive or directory. This utility provides the desired command-line search functionality in a case-insensitive manner. (Wildcards and Regex not yet supported.)
Even when not compiled for speed, this application executes far faster than GUI-based file searches.
The binary can be installed in the environmental path for executables, such as C:WindowsSystem32, and be executed from the command-line no matter the current directory location. Using the application is extremely simple as seen below:
C:>search c: test.txt
The above command will implement the search within the entire C: drive for a file named test.txt, or Test.txt, or TEST.txt, etc. Remember, this application does not take into consideration case sensitivity.