PMDF User's Guide
UNIX Edition


Previous Contents Index


run

Execute commands from a file.

Syntax

run file-spec

Qualifiers Defaults
-ignore -noignore
-log -log

restrictions

Must be able to access the file and execute the commands.

Parameters

file-spec

Required parameter specifying the file to execute.

Description

The run command causes pmdf qm to open the specified file and read and execute each line from it as a pmdf qm command. 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.


Qualifiers

-ignore

-noignore (default)

By default, command execution will be aborted should one of the commands generate an error. Specify -ignore if you want execution to continue even if an error occurs.

-log (default)

-nolog

Specifies whether commands are echoed to the display before they are executed.


Previous Next Contents Index