Skip to main content

Auto Run Seconds

Syntax

Auto Run Seconds seconds

Parameters

  • seconds: The interval, in seconds, at which to run the file(s) specified by Auto Run File. A value of 0 stops the auto-timer.

Description

Sets the time interval, in seconds, for the "Auto Timer" feature.

Remarks

This command defines the frequency for all files listed with Auto Run File in the same listing. To stop the timer, you can run a separate listing file that sets the seconds to zero.

Examples

To run results.lst every 5 minutes (300 seconds):

Auto Run File results.lst
Auto Run Seconds 300

To turn off the auto-timer:

Auto Run Seconds 0