FAQ for Simple Search-Replace v1.08   

Does Simple Search-Replace support command line searching?

In the latest version of Simple Search-Replace we have added basic command line support to automate searching for text within any file type. Below we explain each of the options:

-p "[path]"
-t "[file types]"
-f "[find what]"
-r "[replace with what]"
-i include subdirs
-c case sensitive

search.exe -p "c:\windows" -t "*.htm" -f "Microsoft" -c -i

The quotes are ALWAYS required. All options must have spaces after them.