home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug077.arc / ARCDEL.DOC < prev    next >
Text File  |  1979-12-31  |  1KB  |  34 lines

  1.                      ARCDEL - Version 1.0
  2.  
  3. Dave Rand
  4. 10232-160 Street
  5. Edmonton, Alberta  Canada
  6.  
  7.     ARCDEL is new in the series of ARC programs. It allows the wildcard
  8. deletion of files WITHIN an archive. Before, it was only possible to
  9. delete files inside an archive with DDT or DU.
  10.  
  11.     When a file is deleted, or when a file is re-added to an existing
  12. archive, a hole develops. ARCDIR will show the relative efficiency of the
  13. archive, and when the efficiency (%) drops too low, ARCCOPY should be used.
  14. Note that ARCDEL can create holes very rapidly, and the efficiency should
  15. be monitored on a regular basis.
  16.  
  17.     Also be aware THAT ARCDEL IS VERY DESTRUCTIVE! ARCDEL *.* file WILL
  18. DESTROY ALL FILES IN THE ARCHIVE!!! Make SURE the parameters give ARCDEL
  19. are correct, and that you have a back-up copy of the .DIR file.
  20.  
  21.     To use ARCDEL, just indicate the files you wished removed, either in
  22. list form or wildcard form, or both.
  23.  
  24.     ARCDEL (OLD.ASM NEW.ASM) ASSEMBLE
  25.  
  26.     ARCDEL OLD.* B:ASSEMBLE
  27.  
  28.     ARCDEL (OLD.* *.NEW) C:ASSEMBLE
  29.  
  30.    Drivespecs may be supplied on the file list, but will be ignored.
  31. Drivespecs on the archive file will be respected. Note as well that this
  32. program only modifies the .DIR portion of the archive, and the .ARC file
  33. need not be present, or if present, it may be squeezed.
  34.