Feb 14
DOS Batch Script to Delete Files in a Directory older than x Days
Here’s a clever little batch script I found at work, by setting a few parameters near the top of the file, you can run this batch file whenever, to clean up a directory.
Typical usage would be to delete all .dmp files in a given directory which are older than 30 days.
I’m not sure who originally wrote this, but its cool!

March 16th, 2008 at 1:20 am
You saved me LOTS of time, I’ve been looking for a “vanilla” code for a long time. When will people understand, the solution is not to install more code!