User`s guide

RUN
automatically converts the argument(s) you specify into a format that CSI accepts.
See the RT–11 System Utilities Manual for a description of the CSI command format.
Examples
1. This command executes MYPROG.SAV, which is stored on device DU1:
.RUN DU1:MYPROG
2. This command executes the directory program (DIR) to obtain a complete listing
of the directory on DU1. The command then prints the listing on the printer.
DU1:*.* is the input parameter and LP:/E is the output parameter of the
directory program:
.RUN DIR DU1:*.* LP:/E
.
The previous command has the same effect as the following:
.RUN DIR
*LP:/E=DU1:*.*
*
CTRL/C
.
3. This command displays an alphabetical listing of the directory on DK. The
filespec specifies the DIR program, and the argument specifies the /A option:
.RUN DIR /A
Note: When you use either an argument or an input list and output list with
RUN, control returns to the monitor when the program completes.
212 RT–11 Command Descriptions