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 / BEEHIVE / ZSUS / ZSUS009.LBR / Z3HELP28.LBR / QUIET.HZP / QUIET.HLP
Text File  |  2000-06-30  |  3KB  |  72 lines

  1. ;
  2.                                    QUIET.COM                                  
  3.  
  4.              Size (recs) CRC   Version    Author/L                 Disk
  5. QUIET.COM      1k (8)    D8B5  1.2        Gene Pizzetta  6/90      Z3COM7
  6. QUIET.CIM      1k (8)    1E78  1.2        Gene Pizzetta  6/90      Z3COM7
  7.  
  8.   1- Syntax/Options  2- Notes  3- Examples of Use                             
  9.  
  10.    QUIET sets, resets, and  displays the  QUIET flag  in the ZCPR3 Environment
  11. Descriptor.  It's best  use is  in reducing  text output  from crucial utility
  12. programs such as CD, LDR, LX, PATH, REG, etc.  Vs 1.0 (3/84) by R. Conn.
  13.  
  14.    Many  ZCPR3  utilities  read  the  QUIET  flag  in  the  ZCPR3  Environment 
  15. Descriptor  and  respond accordingly.   If the QUIET flag is  set  (ON),  then 
  16. certain  informative  messages  are suppressed in order to  cut  down  on  the 
  17. 'noise'  created by the command.   If the QUIET flag is reset (OFF),  then all 
  18. messages are displayed.
  19. :1
  20.  Syntax   QUIET {{/}option}
  21.  
  22.    If no option is  given,  DISPLAY is assumed.   A slash before the option is
  23. allowed, but not required.
  24.  Options 
  25.  
  26.    Only enough  letters  are required for the  option to be unique.   That is,
  27. only a  single letter is necessary  for  all options except ON and OFF,  which
  28. require two letters.
  29.  
  30.      DISPLAY   Displays current state of quiet flag.  This is the
  31.                default option.
  32.  
  33.      SET       Turns on (sets) quiet flag.
  34.  
  35.      RESET     Turns off (resets) quiet flag.
  36.  
  37.      ON        Turns on (sets) quiet flag.
  38.  
  39.      OFF       Turns off (resets) quiet flag.
  40.  
  41.    If the wheel byte is off (reset), the SET/RESET and ON/OFF options cause no
  42. display on the console.  If an invalid option is given, the program error code
  43. is set to 19 and the error handler is invoked, if one is running.
  44. :2
  45.  QUIET Notes 
  46.  
  47.    a. Version 1.2 updates (Gene Pizzetta, 06/24/90):
  48.       - It seems a little  silly for  QUIET to  obey the quiet flag, since the 
  49.         flag is  apt to change  while the program is running.   Instead,  this 
  50.         version uses the wheel byte like a quiet flag.  
  51.       - Also added ON and OFF as alternate options for SET and RESET.  
  52.       - Made DISPLAY option the default.  
  53.       - Now allows leading slash for options.  
  54.       - Added Type 3 header.  
  55.       - Displays version and load address only on the help screen.  
  56.       - Sets program error flag and invokes error handler if invalid option is 
  57.         given.  
  58.       - Now uses library routines for most functions.  
  59.       - Uses actual program name on help screen.
  60.  
  61.    b. Version 1.1 updates 
  62.       - Observance of quiet flag for display of help screen.
  63.       - Z80-specific opcodes.
  64.       - Printing of program name and version number with D option.
  65. :3
  66.  Examples of Use 
  67.  
  68.  
  69.    a. QUIET R          <-- turn off (reset) the QUIET flag
  70.   
  71.    b. QUIET DISPLAY    <-- display the QUIET flag
  72.