RSCRIPT Command

Repeats a script file

Command line: rscript


The last script file is repeated.

If RSCRIPT is the last line in a script file, the file runs continuously until interrupted by ESC.

Note: Consider turning off UNDO and any log files if you anticipate running the script over a long period. Otherwise, these log files continue to grow and take up increasing amounts of disk space.

Related Commands: UNDO reverses the effect of commands and keeps a log of commands used. LOGFILEON writes the text window to a file. LOGFILEOFF closes the file opened by LOGFILEON. SCRIPT executes a sequence of commands from a script file.