home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / COMREF / DOS5TUT / CHDISK.DAT < prev    next >
Encoding:
Text File  |  1994-02-05  |  516 b   |  17 lines

  1. This is the explanation of the CHKDSK 
  2. command. It is EXTERNAL.
  3. This command will either create or display 
  4. a status report for disk. It is helpful to 
  5. use if you have a problem with a disk.
  6.  
  7. Examples:
  8.         If you would like to check the disk 
  9.         in drive A and have MS-DOS fix any 
  10.         errors it finds you would type:
  11.            chkdsk a: /f
  12.  
  13.         To do the same thing as above but 
  14.         showing each directory 
  15.         and file as it is checked you type:
  16.            chkdsk a: /v
  17.