home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ENTERPRS / CPM / UTILS / S / ZCNFG21.LZH / ZCNFGCFG.LZH / ZCHLP1.TXT < prev    next >
Text File  |  1992-11-03  |  4KB  |  82 lines

  1.  
  2. T) and O) - DEFAULT FILE TYPES
  3.  
  4. The default file type extensions used by ZCNFG are shown.  You may wish
  5. to choose another default filetype extension for configuration overlays
  6. (.CFG files) because of conflict with your system standards.  Otherwise, 
  7. leave these as is.  An explicit filetype on the command line supercedes 
  8. the default, allowing you to configure files whose filetype has been 
  9. changed from .COM to something else. 
  10.  
  11. Z) Z3ENV AUTO-INSTALL
  12.  
  13. When set to YES, your current Z3ENV address will be installed in the 
  14. target program, just as if you had invoked Z3INST.COM.  Nothing is done 
  15. if the current system is not ZCPR3x.  Set this to NO if the target program 
  16. is intended to operate in a CP/M system.  It is not needed for target
  17. execution under ZCPR33/4.  Set it to YES if target programs are likely to
  18. be executed by a debugger like DSD or DDT which do not auto-install.
  19. :
  20. A) ALTERNATE DU (DRIVE/USER)
  21.  
  22. Use this item to select an Alternate Directory.  The Alternate Directory 
  23. is the place ZCNFG expects to find CONFIG.LBR if it exists.  This is also 
  24. the directory which will be searched for a CFG file whose directory has 
  25. not been specified explicitly on the command line.  CONFIG.LBR and ALT: 
  26. are two of the elements in ZCNFG's search path. The third element of the 
  27. search path is selected by menu item D.
  28.  
  29. You may assign an explicit DU, or use wildcard notation for an ambiguous 
  30. directory spec that will be resolved when ZCNFG is invoked.  An explicit 
  31. DU (like B31 or D15) is usually most convenient, especially with a hard 
  32. disk.  Ambiguous specifications are difficult to remember but may be useful 
  33. for Floppy Disk systems.  Examples:
  34.  
  35.           ALT assignment     ALT: when ZCNFG is invoked
  36.           --------------     --------------------------
  37.             ?? or ???        current Drive and User
  38.             A? or A??        Drive A, current User
  39.               ?14            Current Drive, User 14
  40.               ?8             Current Drive, User 8
  41. :
  42. L) CONSOLE LINES PER SCREEN
  43.  
  44. Set this to the total number of lines your terminal displays.  This is 
  45. a default value which is replaced at execution time by that from the Z3
  46. Environment.  ZCNFG uses this number to manage menus and help screens 
  47. properly.  For demonstration purposes, values are limited to a minimum
  48. of 12 and maximum of 80.
  49.  
  50. C) CONFIGURATION LIBRARY
  51.  
  52. You may change the NAME of the library, but not the extension, which is
  53. always taken to be .LBR.  This library is made with NULU, VLU, LPUT, or
  54. equivalent.  If you put all your CFG files in this library, you will
  55. conserve directory entries on your disk.  The library must be located in
  56. the directory you have assigned in menu item A.  When ZCNFG is invoked like:
  57.  
  58.    ZCNFG [DIR:]FN[.FT]  [CFGFN][.FT]  (note no DIR: in the 2nd argument) 
  59.  
  60. then the LBR will be searched first for the CFG file.  This method is 
  61. faster than searching several directories for CFG files.
  62. :
  63. D) DEFAULT DU FOR THE .CFG OVERLAY FILE
  64.  
  65. This item toggles between DEFAULT and TARGET directories.
  66.  
  67. If you choose DEFAULT, then missing parts of the DU portion of the filespec 
  68. for configuration overlay file are provided from those for the logged 
  69. directory.  This is exactly the way ZCPR3x parses, and is an appropriate 
  70. choice if you normally invoke ZCNFG with the CFG file present in either 
  71. the current directory or ALTernate directory.
  72.  
  73. If you choose TARGET, then ZCNFG virtually logs into the TARGET file 
  74. directory after it has been parsed from the command line.  This choice is 
  75. appropriate if you normally invoke ZCNFG with the CFG file present in the 
  76. same directory as the target file to be configured or the ALTernate 
  77. directory.
  78.  
  79. Note that if both the target and CFG files are in the current directory, 
  80. these choices become equivalent.  Also, if your CFG files are normally in 
  81. ALT:CONFIG.LBR or in the ALT: directory itself, this choice is irrelevant. 
  82.