home *** CD-ROM | disk | FTP | other *** search
- RESOLVE.DOC
-
- RESOLVE ZCPR3 COMMAND LINE
-
-
- This utility will resolve a multiple-command line passed to it and place
- that command line in the Multiple-Command Line Buffer in memory.
- It will resolve references to shell variables, registers, and System
- File names. Each of these is signalled by a flag as follows.
-
- Flag Meaning
- ---- -------
- %<text> Shell variable name.
- $R<n> Register number. (n = 0-31)
- $D Current disk letter.
- $U Current user number.
- $F<n> System File name. (n = 1-4)
- $N<n> System File name, chars 1-8 only. (n = 1-4)
- $T<n> System File name, extension only. (n = 1-4)
- $| Substitute multiple-command separator.
-
- If there is no room for the command-line generated, an error message
- will be printed and RESOLVE will abort to the Error Handler.
- Uninterpretable '$' parameters and shell variables that cannot be
- resolved will cause the error flag to be set.
-