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 / Z3HELP-2.LBR / E.LBR / ERASE.HZP / ERASE.HLP
Text File  |  2000-06-30  |  2KB  |  46 lines

  1. ;
  2.                                   ERASE.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5. ERASE52.COM    3k (24)   E2F5  5.2        Rick Charnes 1/89        Z3COM3
  6. ERAS52-8.COM   3k (24)   26A1  5.2        Rick Charnes 1/89        Z3COM3
  7.  
  8.   1- Syntax/Options  2- Notes                                                 
  9.  
  10.  
  11.  
  12.    ERASE is the transient counterpart of ERA.  It erases files in a file list.
  13. If  no  option is selected,  ERASE does not 'see' system files,  and  requests 
  14. permission  to erase read-only files encountered,  but  read-write  non-system 
  15. files are unconditionally erased.  Vs 5.0 (5/84) by R. Conn.
  16. :1
  17.  
  18.    Syntax:  ERASE dir:afn1,dir:afn2,... [/]o...
  19.  
  20.   Options:  S - erase system files encountered in the file list
  21.  
  22.             R - erase r/o files in the list without asking for permission
  23.  
  24.             I - inspect; display the name of each file in the list and prompt
  25.                 for permission before erasing.  If the user gives permission,
  26.                 but the file is r/o with the R option off, a second prompt
  27.                 will be made before erasing  
  28. :2
  29.  
  30.  
  31. ERASE Notes:
  32.  
  33.    a. Version 5.1 is a rewrite in Z80 opcodes, Zilog mnemonics and ZCPR33 Type
  34.       3  format.  The  ZCPR 3.3  parser  is used  if  available, and  the help 
  35.       message  gives the correct COMfile name  of the program.   Wheel byte is 
  36.       also  checked before  granting "S" or "R" option or  help text  on those
  37.       options.
  38.  
  39.    b. Version 5.2 adds the following:
  40.  
  41.       o  Turns off  ZEX input  while  running.   This is  important under some 
  42.          circumstances when  ERASE is in  an  alias  running  in  a ZEX  file, 
  43.          allowing the user rather than the ZEX script to answer a prompt.
  44.       o  Sets ZCPR3 error flag if no files were erased.
  45.       o  The number of files erased is put into ZCPR3 register "0".
  46.