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.
-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.
Support Our Work
Please consider making a contribution today to help us keep Simple Search-Replace available for everyone.
Didn't find your answer?
Our support team can help you with your specific issue. Submit a request and we'll get back to you.
Get Help Now
Additional Information
Added: Feb 17, 2007 | Last Updated: Dec 24, 2009
Added: Feb 17, 2007 | Last Updated: Dec 24, 2009
