Engineering Projects/Attendance/Howard Community College/fall2012/p2-503-zts/BatchFile

First Open a text file and enter the following:


@echo off

del /q "C:\Users\Student\Desktop\DeleteFolder\*.*"

exit


Save the file as a .bat and run it in scheduled tasks with the following tutorial.