Delete all files in C:\temp which was older than 04/14/2013.
c:\temp> forfiles /D -04/13/2013 -c "cmd /c rmdir /s /q @file"
String of thoughts on science, technology and programming
c:\temp> forfiles /D -04/13/2013 -c "cmd /c rmdir /s /q @file"
Comments