User`s guide
6: ICPLOAD Utility
DC 900-1516D 91
6.4 Using ICPLOAD.EXE
6.4.1 Invoking ICPLOAD via the RUN Command
ICPLOAD.EXE may be invoked via a RUN command from VMS’s DCL prompt. It will
then prompt for its first command, as follows:
$ RUN ICPLOAD
ICPLOAD>
ICPLOAD
may be executed from a command procedure, in which case it reads com-
mands from the lines in the command procedure immediately following the DCL RUN
command.
6.4.2 Invoking ICPLOAD as a Foreign Command
ICPLOAD may be invoked as a foreign command as follows:
1. Define a DCL symbol that equates to the complete file specification of
ICPLOAD.EXE, with a leading currency symbol (“$”), as follows:
$ LDICP == "$ddcu:[dire]ICPLOAD"
where ddcu:[dire] represents sufficiently qualified device and directory specifica-
tions to find the directory in which
ICPLOAD.EXE resides.
2. Invoke ICPLOAD as follows:
$ LDICP icp_device [/RESET] [/TIMEOUT=[time_value]] -
[/FILE=filename] [/ADDRESS=addr] -
[/STARTUP=addr][/DLITE]
Each qualifier on the foreign command line corresponds to a command verb accepted
by
ICPLOAD when it is in command mode. If multiple qualifiers are present, they will
be interpreted in the order shown above. Refer to the descriptions of the
ICPLOAD
commands in Section 6.4.3 for the meanings of the various qualifiers.