Batch Script - CHKDSK


Advertisements


This batch command checks the disk for any problems.

Syntax

chkdsk

Example

@echo off 
chkdsk

Output

The above command starts checking the current disk for any errors.


batch_script_commands.htm

Advertisements