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
runcommand causes PMDF to open the specified file and read and execute each line from it. Unless-ignoreis 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-nologto suppress this echo.
-ignoreBy default, command execution will be aborted should one of the commands generate an error. Specify
-noignore(default)-ignoreif you wish execution to continue even if an error occurs.
-log(default)Specifies whether commands are echoed to the display before they are executed.
-nolog