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 / ENTERPRS / CPM / UTILS / S / UN33.ZIP / UN33.DOC < prev    next >
Text File  |  1990-11-24  |  1KB  |  24 lines

  1.  
  2. UN33  -  CP/M v3.0 UTILITY FOR RECOVERING ERASED FILES    -  02/27/86
  3.  
  4. This program is based on UNERASE.COM in the public domain.  It has been
  5. modified to work with CP/M v3.0, to change the user area of a file and
  6. to accept ambiguous files names.  It currently works with sector sizes
  7. of 128, 256 512 and 1024 bytes.  It is placed in the public domain by
  8. Advanced Logic Systems for public use.    Advanced Logic Systems makes no
  9. warrantee on the operation or use of this program or its applicability
  10. for any given application.
  11.  
  12. UN3 DOES NOT DOES NOT WORK WITH CP/M v2.2 AND REQUIRES A Z80 PROCESSOR.
  13.  
  14. The UN3 command line takes the form:
  15.  
  16.         A>U3 [d:]FILENAME.EXT[user area]
  17.  
  18. If no user area is specified, UN3 recovers all erased files on the cur-
  19. rent drive if none is specified, FILENAME.EXT and places them in the
  20. current user area.  If a user area is specified, U3 moves all files in
  21. the current user area on the current drive (or specified drive) matching
  22. the requested FILENAME.EXT to the requested user area.
  23.  
  24.