User`s guide

REPEAT
Repeatedly calls the specified program, varying the file name (with wild cards) and the destination file
name, or all the results/rows/columns/scans in the specified file(s).
Syntax REPEAT [/U] [/I] [/E] [/A] [<program>] [/D:*] [/R:*] [/C:*] [/S:*] <sfile> [(dfile)]
Options
<program> Program to REPEAT.
/U Show this usage.
/I Ignore errors.
/E Echo commands before executing program.
/A Append to destination path.
/D:* Repeat for all data results.
/R:* Repeat for all rows in the specified data result(s).
/C:* Repeat for all columns in the specified data result(s).
/S:* Repeat for all scans in the specified data result(s).
<sfile> Source path and file name for SDF file. Repeat for all file(s ) by specifying wild
card file name.
[(dfile)] Destination path and file name. It may contain wild card (e.g. *.asc) to match the
base name in the <sfile> or pound sign (e.g. #.asc) for sequencing the file name
(e.g. 0.asc, 1.asc, etc.) and must have an open/close parentheses. The destination
file may be included in an option (e.g. /P: (*.plt) for viewdata).
Sharing Data Between Analyzers
REPEAT
4-26