home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / z3util / resolv14.lbr / RESOLVE.DZC / RESOLVE.DOC
Encoding:
Text File  |  1989-08-03  |  1.0 KB  |  26 lines

  1. RESOLVE.DOC
  2.  
  3.            RESOLVE ZCPR3 COMMAND LINE
  4.  
  5.  
  6. This utility will resolve a multiple-command line passed to it and place
  7. that command line in the Multiple-Command Line Buffer in memory.
  8. It will resolve references to shell variables, registers, and System
  9. File names.  Each of these is signalled by a flag as follows.
  10.  
  11.    Flag                Meaning
  12.    ----                -------
  13.     %<text>        Shell variable name.
  14.     $R<n>        Register number.  (n = 0-31)
  15.     $D            Current disk letter.
  16.     $U            Current user number.
  17.     $F<n>        System File name.  (n = 1-4)
  18.     $N<n>        System File name, chars 1-8 only.  (n = 1-4)
  19.     $T<n>        System File name, extension only.  (n = 1-4)
  20.     $|            Substitute multiple-command separator.
  21.  
  22. If there is no room for the command-line generated, an error message
  23. will be printed and RESOLVE will abort to the Error Handler.
  24. Uninterpretable '$' parameters and shell variables that cannot be
  25. resolved will cause the error flag to be set.
  26.