home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / RECOVER.### < prev    next >
Encoding:
Text File  |  1985-12-28  |  970 b   |  20 lines

  1. COMMAND:  RECOVER
  2.  
  3. FUNCTION: Recovers files from a disk that has developed a defective sector.
  4.           You can recover the file that contains the bad sector(minus the
  5.           data in the bad sector), or all the files on the disk can be
  6.           recovered if the directory has been damaged.
  7.  
  8. FORMAT:   RECOVER [d:][path]filename[.ext]  or  RECOVER [d:]
  9.  
  10. TYPE:     DOS external command
  11.  
  12. REMARKS:  In the first form, the file specified is recovered. The size of the
  13.           recovered file is a multiple of the DOS allocation unit size. Text
  14.           files will usually require editing before they can be processed
  15.           normally again. In the second form, the directory is assumed to be
  16.           damaged, and all files on the spefified drive are recovered. Global
  17.           file name characters should not be used, since only one file at a
  18.           is recovered when filespec is supplied. Recovered files are named
  19.           FILEnnnn.REC.
  20.