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.LIB < prev    next >
Text File  |  1992-11-03  |  5KB  |  134 lines

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