Datasheet

C-38
Command Line Interface (CLI)
Using Automated Command Scripts
To execute a CLI command script, type the at sign (@) followed by
the file name that contains the CLI commands, for example:
AAC0>@commandscript.txt
In its simplest form, a CLI command script is a text file that
contains valid CLI commands. Each line ends with a line feed
inserted by pressing Enter. The following
CLI command script:
1 Opens controller AAC0 by invoking the CLI command
open
.
2 Invokes
controller details
.
3 Closes controller AAC0 by invoking the CLI command
close
.
4 Exits the example CLI command script.
open AAC0
controller details
close AAC0
exit