home *** CD-ROM | disk | FTP | other *** search
/ Compu-Fix / Compu-Fix.iso / tutorial / dos5tut / chkdsk.dat < prev    next >
Encoding:
Text File  |  1993-03-01  |  524 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 a disk. It is helpful 
  5. to 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 and file as 
  15.         it is being checked you type:
  16.            chkdsk a: /v
  17.