home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / FLOPPIES / RESCUE.ZIP / RESCUE.DOC next >
Encoding:
Text File  |  1990-03-04  |  2.5 KB  |  50 lines

  1.                              DISK RESCUE
  2.                              -----------
  3.  
  4. Disk rescue is a diskette recovery program which attempts to save the contents
  5. of a diskette, which normally is partially unreadable under DOS. I wrote
  6. DISK RESCUE originally 1987 and put it into the public domain as DISK
  7. RESURRECTOR (I know, nobody knows this program). I use DISK RESCUE quite often
  8. on my machine, as I use a lot of diskettes written to and formatted on other
  9. machines. It also proves quite useful on low density drives, when trying to
  10. work with diskettes originating from high density drives (formatted as low
  11. density diskettes, obviously ...).
  12.  
  13. How does DISK RESCUE work ?
  14.  
  15. DISK RESCUE first prompts you for the drive, where the diskette to be recovered
  16. is located. If your computer only has one drive, the only options you will see
  17. at this point are to use this drive or to abort the program. It will then try
  18. to determine the type of diskette in this drive. If not even this is possible,
  19. well - then are pretty much at loss...
  20.  
  21. It will then read the diskette a track at a time. Once it encounters a read
  22. error it starts processing the track sector by sector. Once a read error is
  23. encountered on a sector, it will reread this sector and process some recovery
  24. until the sector can finally be read. This may be up to 50 times - so be
  25. patient. If even after this time the sector can not be read, you may abort
  26. the program by pressing any key. You will be asked to verify your decision.
  27.  
  28. Once all the sectors of a track have been read, DISK RESCUE will attempt to
  29. reformat that track, rewrite and reread it. It will continue to do so until
  30. all operations perform without problems. It may take several cycles until
  31. the track has been recovered.
  32.  
  33. Once a disk has been fully recovered it is quite advisable to make a copy as
  34. soon as possible. The fact alone, that it had to be recovered is indicator
  35. alone, that you will soon reencounter some problems. If the recovery was
  36. completed successfully, this should work just fine.
  37.  
  38. Note:
  39.  
  40.   During its operation DISK RESCUE needs access to the file RESCUE.EXE. It
  41.   is not possible to start RESCUE and then continue operations without the
  42.   program file.
  43.  
  44.   Also it is not advisable to abort the operation between formatting and
  45.   rewriting tracks. It is possible to loose a full track in this way.
  46.  
  47. DISK RESCUE is herby put into the public domain. No guarantees whatsoever are
  48. given on its performance or the suitability for a specific purpose.
  49.  
  50. ROLF ERNST