Skip to main content

Auto Run File

Syntax

Auto Run File filename.lst

Parameters

  • filename.lst: The name of the listing file or macro (.lst or .rsm) that you want to run automatically.

Description

Specifies a listing file to be run on a periodic basis, as defined by the Auto Run Seconds command.

Remarks

This command is part of the "Auto Timer" feature. Multiple Auto Run File commands can be listed. All specified files will run sequentially in the order they appear, and all will run at the same interval set by Auto Run Seconds. To schedule different files at specific, non-repeating times, use the "Auto Run" feature by right-clicking the file in the RunScore interface.

warning

When using Auto Run Seconds, only the last command will take precedence. If you wish to run each file separately at different intervals, you need to right-click on the file, click on "auto run" and then choose your desired interval.

Examples

To run three files sequentially every 120 seconds:

Auto Run File file1.lst
Auto Run File file2.lst
Auto Run File file3.lst
Auto Run Seconds 120