Cleaning up Temporary directories.

Not so much directly related to website presentation, but more for behind the scene’s stuff.

I wrote this little EXE to monitor a specified directory and delete any files older than a given number of days.

http://fromthebeanbag.com/go/tempwatch

USAGE:

TempWatch.exe /Directory c:\TempDirectory /MaxAge 5

Where:
/Directory has an argument of a valid directory to check
/MaxAge is an integer for the Age of files to delete in days.
/? will bring up this help screen