home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / CHKDSK.### < prev    next >
Encoding:
Text File  |  1985-12-27  |  1.1 KB  |  22 lines

  1. COMMAND:  CHKDSK (Check Disk)
  2.  
  3. FUNCTION: Analyzes the directories and the File Allocation Table on the
  4.           designated drive and produces a disk and memory status report.
  5.  
  6. FORMAT:   CHKDSK [d:][path][filename[.ext]][/F][/V]
  7.  
  8. TYPE:     DOS external command
  9.  
  10. REMARKS:  /F fixes any errors found in the directory or File Allocation Table.
  11.           The default is to report on any errors found but to not actually
  12.           correct them.
  13.           /V displays all files and their paths on the default or specified
  14.           drive.
  15.           Specifying a file name displays the number of non-contiguous areas
  16.           occupied by the file or files in the current directory. A diskette
  17.           to be checked is assumed to be already in the specified drive. If
  18.           lost clusters are found, and the /F option is specified, and you
  19.           respond that you want to recover them into files, each chain of lost
  20.           clusters is recovered into a file called FILEnnnn.CHK in the root
  21.           directory, where nnnn is a sequence number from 0000-9999.
  22.