-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
-0h<text definition>
Defines the text to search for as a hex string
Example: (identical to examples for -Oc)
-0h536561726368466F724D65
-0h66756E6374696F6E
-Nh<text definition>
Defines the text for replacement as a hex string
Example: (identical to examples for -Nc)
-Nh536561726368466F724D65
-Nh66756E6374696F6E
-C
is this flag is set, the application will end, when the search&replace action is done