Converted from .HLP to .HTML by HLPTOHTML.

cfi .HLP

REPEATING_COMMAND_FILES

REPEAT can also be used to repeat the whole of a command file, and it can be included in a command file to repeat the next command, e.g.

 QFI>REPEAT 1
 QFI>@A.CCM
 

would perform all the commands in the file A.CCM, rewind the file, and repeat once.

If A.CCM contained the commands

 ! A.CCM
 REPEAT 3
 FRDB 9 100 10
 

the block read would be performed 4 times, before repeating the whole file, as in the above example.