home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / s.lbr / SPP.HZP / SPP.HLP
Encoding:
Text File  |  1991-11-18  |  2.5 KB  |  64 lines

  1. ;
  2.                                     SPP.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                5k (33)   74CE  1.0        Gene Nolan 8/88          Z3COM8
  6.  
  7.   1- Features  2- Options  3- Examples of Use                                 
  8.  
  9.    SPP is a Super Purge Program which gives you the full power  of SD/SDZD  in 
  10. specifying files to be erased.   With one command you can erase  EVERY FILE ON 
  11. EVERY DRIVE/USER, so be careful.  If you are running Z80DOS,  you can also use
  12. dates to specify which files to be considered for erasure.
  13.  
  14. NOTE:  If WHEEL is TRUE and not set, this program WILL NOT EXECUTE, but merely 
  15.        display 'SPP ?' and return to CPM.
  16.  
  17.    Current versions  of  SPP  automatically  adjust  for  any  block size  and 
  18. directory length under CP/M 2.2, 3.0 or MP/M.  They can also handle any number
  19. of disk drives or skip those not available.  
  20. :1
  21.  
  22. Features:
  23.  
  24.    1) Searching individual or multiple drives and/or user areas
  25.    2) Unconditional or optional disk system reset before execution
  26.       begins
  27.    3) Summary line output giving drive and user information, number 
  28.       of files erased, how much space they consumed and free
  29.       space remaining on the disk(s)
  30.    4) Selecting or suppressing "system" and R/O files
  31.    5) Accepting ambiguous filenames with or without a drive name
  32.    6) Optional help menu with '?' or '//' if ZCPR33 option TRUE
  33.    7) Summary line output optionally contains name of ZCPR3 named
  34.       directory, if selected
  35.    8) ZCPR3 named directory may be used in command line instead
  36.       of DU: if selected
  37.    9) Choose files based upon attributes 1-4
  38.   10) Z33 ENViorment support of wheel, maxdrv, maxusr location
  39.   11) Summary totals supplied as to number of files/total k erased
  40. :2
  41.  
  42.  
  43. Options:
  44.  
  45.  
  46.    Available Options (start with a  $  or  /  or  [  character):
  47.  
  48.       A - all user areas             D - all drives
  49.       H - current area to highest    L - include $R/O files 
  50.       O - $SYS file only             Q - non $ARChived files
  51.       R - reset disk system          S - include $SYS files
  52.       T - order files by EXT type    V - show version
  53.       1 - files with attrib 1        2 - files with attrib 2
  54.       3 - files with attrib 3        4 - files with attrib 4
  55. :3
  56.  
  57.  
  58. Examples of Use:
  59.  
  60.  
  61.    a. B0>SPP *.BAK $AND <ret>   -->   purge all drv/users of .BAK, no verify
  62.  
  63.  
  64.