Run a set of commands, one at a time. Each command runs to completion before the next command is executed. If any command fails, the script aborts. You may save your commands to a file and retrieve them again later.
The results of the commands do not show up in the Run_Commands window. If you can't see what you want in TCC's various displays then open the Log Window
Each line must be one of:
actor command
tui wait
tui wait sec
Example:
# sample commands that are safe to run tcc show status tui wait 0.3 tcc show time
Run_Commands provides a simple way of running a fixed set of commands. It is very easy to use, but also very limited. If you find yourself wanting more control or flexibility then I encourage you to write your own script.