home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / recover / summary.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  1.6 KB  |  31 lines

  1.                             RECOVER
  2.  
  3. RECOVER is an external command used to recover file(s) from a damaged diskette 
  4. or disk. You know a file needs recovering when DOS tells you that a read or 
  5. write error occurred accessing the file. It is much easier to use a separately 
  6. purchased program to recover files from a hard disk. Its use on hard disks is 
  7. not recommended. (See the WARNING below.)
  8.  
  9.     RECOVER [d:][pathname]filename[.ext]
  10.      or
  11.     RECOVER d:
  12.  
  13. [d:][pathname]filename[.ext] will recover a single file. RECOVER reads the 
  14. specified file, skipping any portions that are unreadable. It will recover 
  15. the readable portion of the file, and lock out the rest from future use.
  16.  
  17. d: will recover an entire disk.  The root directory will be rebuilt, with all
  18. files renamed to FILEnnnn.REC (where nnnn is a four digit number starting with 
  19. 0000). All recovered files (including those in subdirectories) will be placed 
  20. in the root directory. RECOVER will also remove the label from the disk. Large
  21. files may be broken up into several separate FILEnnnn.REC files.
  22.  
  23. RECOVER won't work for disks on another computer in a network. RECOVER should
  24. not be used with ASSIGNed, JOINed, or SUBSTed disk names.
  25.  
  26. WARNING: If a disk has more than 112 files, only 112 can be recovered at one 
  27. time, because the root directory can only have a maximum of 112 entries in it. 
  28. After recovering some files, it is necessary to copy them to another disk, 
  29. delete all the FILEnnnn.REC entries, and repeat the RECOVER command, until all 
  30. the files are recovered. 
  31.