home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug060.arc / CPM#005.LBR / U3#102.DOC < prev    next >
Text File  |  1979-12-31  |  1KB  |  37 lines

  1. U3 - CP/M PLUS UTILITY FOR RECOVERING ERASED FILES AND FOR
  2. CHANGING THE USER AREA OF A FILE. This program is based on
  3. UNERASE.COM in the public domain. It has been modified to
  4. work with CP/M 3.0 and later, to change the user area of a
  5. file, and to accept ambiguous files names. It currently
  6. works with sector sizes of 128, 256 512 and 1024 bytes. It
  7. is placed in the public domain by Advanced Logic Systems for
  8. public use. Advanced Logic Systems makes no warrantee on the
  9. operation or use of this program or its applicability for any
  10. given application.
  11.  
  12. U3 DOES NOT DOES NOT WORK WITH VERSIONS OF CP/M PRIOR TO CP/M 3.0
  13.  
  14. The U3 command line takes the form:
  15.  
  16.         U3 [d:]afn.aft [user area]
  17.  
  18. If no user area is specified U3 recoverers all erased files on
  19. drive d: (or the default if d: is not specified) matching
  20. afn.aft and places them is the current user area. If a user area
  21. is specified U3 moves all files in the current user area on
  22. drive d: (or the default if d: is not specified) matching
  23. afn.aft to the specified user area.
  24.  
  25. Versions 1.01 and 1.02 of U3 were prepared by R. Saeks from
  26. Gale Wolfenbarger's code for version 1.00. Comments regarding
  27. these revisions may be passed to the author by leaving a
  28. message on either the
  29.  
  30.         Mesilla Valley RCP/M | (505)-524-6920
  31. or the
  32.       Lost Dutchman's Gold Mine RCP/M | (602)-848-6708
  33.  
  34.  
  35.                 R. Saeks
  36.                 12/24/84
  37.