Run chkdsk.exe using a .bat file

Solved
kevinmf Posted messages 28 Status Member -  
 Anonymous user -
Hello,
I would like to run chkdsk at startup with a .bat file
I don’t know which command to type
thank you
Configuration: Windows XP SP2

3 answers

antibananes
 
chkdsk, banana!
0
kevinmf Posted messages 28 Status Member 1
 
non c'est pas cela je veux faire un fichier.bat que je met au démarage pour lancer cmd.exe - chkdsk
0
Anonymous user
 
Then you create your batch:

@echo off chkdsk


Then you open the Start menu, then Startup, and you drag the batch inside. That’s it

Bye
-1