home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / z.lbr / ZPATH.HZP / ZPATH.HLP
Encoding:
Text File  |  1991-11-18  |  2.5 KB  |  83 lines

  1. ;
  2.   (ZSDOS only)                    ZPATH.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                2k (16)   7AEB  1.0                                 Z3COM13
  6.  
  7.   1- Syntax/Options  2- Error Messages  3- Examples of Use                    
  8.  
  9.  
  10.  
  11.    ZPATH (for ZSDOS only) permits setting the Internal DOS path  as well  as a
  12. ZCPR3 path.  It is a modification of ZCPR tool PATH.COM. 
  13.  
  14.    Since the purpose of ZPATH is  to dynamically  alter system parameters,  no
  15. interactive  mode  is provided.   Search path parameters  are  passed  on  the 
  16. command line, and may be embedded in a STARTUP alias, or SUBMIT file.
  17. :1
  18.  
  19.  
  20.    Syntax:  ZPATH [/[Q][o=]] expr [/[Q][o=expr]]
  21.  
  22.   Options:  C    <--  set the ZCPR3 Search Path
  23.             D    <--  set the ZSDOS Internal Search Path
  24.             Q    <--  Operate in a "Quiet" mode.  Do not print Path values
  25.                       after setting them.
  26.  
  27.    Path elements (expr) are  defined as  a Drive letter,  A User Number,  both 
  28. Drive Letter and User Number,  or a special character ($) which may be used in
  29. place of either the drive, user, or both, signifying that the currently-logged
  30. parameter should be used. 
  31. :2
  32.  
  33. Error Messages:
  34.  
  35.    "Bad Expression at xx"
  36.  
  37.       A character, sequence of characters, or Command Parameter was in error.
  38.       The character(s) causing the error will be shown as xx.
  39.  
  40.    "- None -"
  41.  
  42.       This message will be displayed for either the ZCPR3 or DOS path when no
  43.       path is defined.
  44.  
  45.    "- Disabled -"
  46.  
  47.       The ZSDOS Internal Path has been disabled.
  48.  
  49.  
  50. Error Messages (cont'd):
  51.  
  52.    "- Nil -"
  53.  
  54.       The path is defined, but has no elements defined (Zero length).
  55.  
  56.    "- No Wheel"
  57.  
  58.       An attempt was made to set a path without "Wheel" privileges.
  59.  
  60.    "- No ZCPR3 Path"
  61.  
  62.       An attempt was made to set the ZCPR3 path when it does not exist.
  63.  
  64.    "- No DOS Path"
  65.  
  66.       An attempt was made to set the ZSDOS path when it was disabled.
  67. :3
  68.  
  69.  
  70. Examples of Use:
  71.  
  72.    a. ZPATH                             <-- Display Path(s)
  73.  
  74.    b. ZPATH expr -or- ZPATH /C=expr     <-- Set ZCPR Path
  75.    
  76.    c. ZPATH /Q expr -or- ZPATH /QC=expr <-- ..do it Quietly
  77.    
  78.    d. ZPATH /D=expr                     <-- Set ZSDOS Path
  79.  
  80.    e. ZPATH /D=                         <-- Disable ZSDOS Path
  81.  
  82.    f. ZPATH expr,/D=expr                <-- Set Both Paths
  83.