Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
January 28, 1997
Create a file, C:Y.TXT that contains: Y
Create a file C:CHKBOOT.BAT that contains:
chkdsk C: /F exit
If you have a D drive, just add another line, etc..
If you always logon to the server, just put C:CHKBOOT.BAT in your StartUp group or download AUTOEXNT. This service will execute a batch file during system boot.
You can do this with one file as follows: (Provided by Keith Gorham)
echo y | chkdsk Drive: /f
exit
You May Also Like