replay
replay
-file s_fileName
[ -debug_log ]
[ -echo [ true |false ] ]
[ -delay i_millisec ]
[ -interactive ]
Description
Runs a script of Space-based Router Tcl commands. You can create your own text file of commands or use a Space-based Router log file from a previous session.
Arguments
|
-debug_log
|
Specifies whether commands preceded by the string #!r should be invoked in the replay file. Lines that begin with #!r represent commands that were executed from a replay file. If this option is not specified, only uncommented commands are invoked. If this option is specified, file command lines beginning with #!r are also invoked.
|
|
-delay i_millisec
|
Specifies the length of time, in milliseconds, to pause between commands. The default is no delay.
|
|
-echo [ true | false ]
|
Specifies whether the replayed commands should be shown in the Transcript area. If the argument is given with no setting, commands from the replay file are echoed in the Transcript area. If you specify false, commands are not echoed when replayed until you explicitly enable them in a subsequent replay command.
Default: Commands are echoed in the Transcript area.
|
|
-file s_fileName
|
Specifies the name of the file to read.
|
|
-interactive
|
Specifies whether the system must pause after each command is executed. If this option is specified, the system will pause after executing each command in the replay file. When paused, the Status Indicator will display Continue in yellow. Click the Continue button to execute the next command in the replay file.
|
Value Returned
None
Examples
The following command replays the commands in the file mylog.txt and echoes the commands in the Transcript area.
replay -file mylog.txt
Related Topics
File Commands
Return to top