MB-Search&Replace Pro

Command Line Parameter

-F<Filename with or without wildcards>
Adds a file or a list of file (if wild cards are used) to the file list for the search and replace action - not recursiv
Example:
-Fc:\test1\make.bat
-Fc:\test1\*.exe

-R<Filename with or without wildcards>
Adds a file or a list of file (if wild cards are used) to the file list for the search and replace action - recursiv
Example:
-Rc:\test2\intro.bmp
-Rc:\test2\*.jpg

-L<Filename of a text file that includes a list of filenames>
Adds the files listed in the passed text file to the list for the search and replace action
Example:
-Lc:\test2\filelist.txt


-0c<text definition>
Defines the text to search for as a string
Example:
-0cSearchForMe
-0cfunction

-0h<text definition>
Defines the text to search for as a hex string
Example: (identical to examples for -Oc)
-0h536561726368466F724D65
-0h66756E6374696F6E


-Nc<text definition>
Defines the text for replacement as a string
Example:
-NcSearchForMe
-Ncfunction

-Nh<text definition>
Defines the text for replacement as a hex string
Example: (identical to examples for -Nc)
-Nh536561726368466F724D65
-Nh66756E6374696F6E


-B
is this flag is set, backup files will be created

-C
is this flag is set, the application will end, when the search&replace action is done


Homepage: http://www.Markus-Bader.de/MB-SearchAndReplace
If you have questions, suggestions or bug reports, please contact me at: MB-SnR@Markus-Bader.de