Hi Terryo,
You have to have an execute task for this and you have to use these settings:
Command: c:\windows\system32\cmd.exe
Arguments: /c echo y | chkdsk /f
1st you start a command prompt and with the /c you tell the command window there will be some commands behind it, then your command follows.
An other way is using a batch file for this.
Put all you command in this file and run the file with the execute task.
Regards,
Erik
Uses Visualcron since 2006.