Next: , Previous: , Up: Monitor   [Contents][Index]


12.8 Command file commands

playback "<filename>"
pb "<filename>"

Monitor commands from the specified file are read and executed. This command stops at the end of file or when a STOP command is read.

record "<filename>"
rec "<filename>"

After this command, all commands entered are written to the specified file until the STOP command is entered.

stop

Stop recording commands. See record.