Nirsoft SearchMyFiles Try It
Alternative to 'Search For Files And Folders' module of Windows + Duplicates Search
Version
Latest known: 3.35 (2025-07-10)
Latest known: 3.35 (2025-07-10)
Examples
1. Find all files that start with B and output to a TSV file.
SearchMyFiles.exe /stab d:\bfiles1.tsv /FilesWildcard b*.*
Try it
- Find PNG files and export to CSV
Use the wrapper's searchAsQuery() helper to scan the samples folder for *.png and return the parsed CSV as a CF query. Internally the helper writes /scomma to a UUID-named temp CSV, parses it (RFC 4180 quoting + embedded newlines), and removes the temp file. Note: Nirsoft GUI tools require an interactive desktop session - if cfExec.com is running under a service account with no logon, the EXE may exit silently and searchAsQuery() will throw. - Find files larger than 100 KB
Same searchAsQuery() helper, with minFileSize=102400 (bytes) to limit results to the larger sample fixtures (sample.gif, sample.mp3, sample_brochure.pdf, sample_astronaut.png, sample_hubble.jpg, etc). The query columns are whatever SearchMyFiles' GUI has visible - typically Filename, Folder, Extension, Size, Modified_Time, Created_Time, Last_Access_Time, Attributes, File_Owner.
Agree to terms to run demos.