Previous | Contents | Index |
Execute commands from a file.
run file-spec
Command Qualifiers Defaults -ignore
-noignore
-log
-log
Must be able to access the file and execute the commands.
file-spec
Required parameter specifying the file to execute.
The
run
command causes PMDF to open the specified file and read and execute each line from it. Unless-ignore
is specified, command execution will be aborted should one of the commands generate an error. By default each command is echoed to the terminal before being executed; specify-nolog
to suppress this echo.
-ignore
By default, command execution will be aborted should one of the commands generate an error. Specify
-noignore
(default)-ignore
if you want execution to continue even if an error occurs.
-log
(default)Specifies whether commands are echoed to the display before they are executed.
-nolog
Previous | Next | Contents | Index |