File Query CLI
File Query is a command line interface you can use to search for files on your computer.
You specify search criteria using File Query Language (FQL), which is similar to SQL.
This allows you to specify complex search criteria to find exactly what you're looking for.
It also has nice support for loading, storing, and searching result sets.
For example, to find all files in the current directory that have the extension htm or html:
SELECT FROM . WHERE ext IN (htm, html)
File Query is free to use. See license.txt for more information.
You need Microsoft .Net Framework version 2.0 or later to run File Query.
To install download the zip file, create a directory named FileQuery on your hard drive, and extract the files to that directory.
To uninstall simply delete the FileQuery directory.
See FileQueryCLI.html for help on how to use it.
|