|
CHKDSK
"Check Disk" Scans hardrives(or other disks) for errors, bad
files, damage, etc. May not work in some versions of
Windows, use SCANDISK.
Syntax
chkdsk [drive:] [/p] [/r]
Used without parameters, chkdsk displays the status of the
disk in the current drive.
drive :
Specifies the drive that you want chkdsk to check.
/p
Performs an exhaustive check even if the drive is not marked
for chkdsk to run. This parameter does not make any changes
to the drive.
/r
Locates bad sectors and recovers readable information.
Implies /p.
Batch File Commands
|