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 / CPM / ZCPR33 / A-R / NZEX-D.LBR / NZEXCNF.ZZ0 / NZEXCNF.Z8°
Text File  |  2000-06-30  |  896b  |  50 lines

  1.  
  2. no    defl    0
  3. false    defl    0
  4. off    defl    0
  5.  
  6. yes    defl    not no
  7. true    defl    not false
  8. on    defl    not off
  9.  
  10.  
  11.     org    10bh
  12.  
  13. ; Configuration area
  14.  
  15.     defb    'MSGSUP'
  16. msgsupfl:
  17.     defb    yes        ; Suppress 'ZEX: ' message
  18.  
  19.     defb    'IFSUP'
  20. ifsupfl:
  21.     defb    yes        ; Suppress echo of cmds under false if
  22.  
  23.     defb    'PSUP'
  24. psupfl:
  25.     defb    no        ; Suppress echo of cmds always
  26.  
  27.     defb    'PATH'
  28. pathfl:
  29.     defb    yes        ; Scan path looking for script file
  30.  
  31.     defb    'SCANCUR'
  32. srchcur:
  33.     defb    yes        ; If pathfl, include current DU in search
  34.  
  35.     defb    'BELL'
  36. bellfl:
  37.     defb    yes        ; Ring bell on errors
  38.  
  39.     defb    'ROOT'
  40. rootfl:
  41.     defb    yes        ; Search for ZEX.RSX in root directory
  42.  
  43.     defb    'UD'
  44. rsxusr:
  45.     defb    0        ; If not rootfl, user to search
  46. rsxdrv:
  47.     defb    0        ; If not rootfl, drive to search (A=0)
  48.  
  49.     end
  50.