HP StorageWorks Command View XP Command Line Interface (CLI) reference guide (B9357-96161, January 2006)
26 CLI commands for common administrative tasks
execute
Description This command executes commands from a batch file when you are in an interactive session (that is,
the CLI was started without the -f <filename> option). You are then returned to the CLI prompt.
The file can contain any CLI command except execute or help. Each line in the file must contain
only one command.
Syntax execute <filename>
Arguments <filename>
The file containing the commands to be executed. It can be specified with an absolute or relative
path. If you specify a relative path, then the search for the file is relative to the directory where the
CLI was started. Only one file can be specified.
Example
execute d:\hpss\CommandView\30044Cmd.txt
execute 30044Cmd.txt
execute ..\30044Cmd.txt
execute .\30044Cmd.txt