7.7.17 START and @
Purpose
The START
or @
command runs the CellCLI commands in the specified script file.
Syntax
STA[RT] file_name
@file_name
The START
and @
both require the option file_name. It is the name of the script file that contains the CellCLI commands. If the file name does not include a fully-qualified path, then the CellCLI utility searches for the file relative to the current directory.
The START
or @
command is useful when entering
long or multiple CellCLI commands. For example, the commands in Example 7-3 can be entered in a text file named
alter_cell
, then run with START alter_cell
,
assuming that the alter_cell
file is in the current directory.
Parent topic: CellCLI Command Reference