Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/BuiltInScripts/RunCommands.html
Дата изменения: Sat Sep 6 02:16:02 2014
Дата индексирования: Sun Apr 10 06:37:19 2016
Кодировка:

Поисковые слова: п п п п п п п п п п п п п п п п п п п п п п п п п п
TUI:Scripts:Built In Scripts:Run_Commands

TUI:Scripts:Built In Scripts:Run_Commands

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

Commands Format

Each line must be one of:

Example:

# sample commands that are safe to run
tcc show status
tui wait 0.3
tcc show time

Controls

Caveat

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.