File deletion can be automated to a certain extend. Take the cache of an Internet browser for example. It can be set to be automatically deleted whenever the browser closes. Or the temporary files of a computer system. They too can be deleted during system shutdown.
Auto Delete (via Shell City) by Dario Volaric is a similar tool for Windows. The main difference is that it will run at system startup or when the user executes it manually. Another difference is that it will only delete files in the directory if they are older than the age specified by the user. The time frame ranges from 1 day to 1 year.
The user can include subfolders automatically, select if the files should be moved into the recycle or if a status window should be shown during the deletion.

The software program will automatically close after the job has ended. The main limitation of it is that it can only process one target folder. It is also unlikely that the software developer will update the program anytime soon because the last update dates back to 2005.
Do you know of a similar application that can delete files if they are older than x? Let us know in the comments.
Related posts:
Securely Delete FilesDetect Duplicates with Clone Spy
Is it safe to delete $NtUninstall files ?
Can’t delete virus ? Try Killbox
Five Quick Windows Tips III


DelAge32 by Horst Schaeffer
But it’s without gui, only command line…
http://home.mnet-online.de/horst.muc/win/delage.htm
I appreciate you’re not a native speaker, but “to a certain extinct”? That doesn’t make much sense… ;)
This might be usefeul if you run a torrent downloading machine at home and you have set it to load torrents automatically from a specific directory, where the loaded torrents do remain undeleted after addition to the download list (µtorrent can do this).
To delete the leftover files however, I just recently created a simble batch file with the command
del D:\torrent\!new\*.loaded /f /q
and set it to run at startup.
An that’s it, no additional software needed.
This doesn’t check the file age though.
I also know of a similiar app:
http://lifehacker.com/341950/belvedere-automates-your-self+cleaning-pc
Its basically an autohotkey script, but it has quite a lot of different options. I use it and it seems to work fine.
I “googlelise” a few days ago to find such a software, freeware if possible and finally found Delage32.
http://home.mnet-online.de/horst.muc/win/delage.htm
Horst pages are pure gold for admin/root…
As Tjoakim says, it’s CLI only but very powerful and easy to batch on workstations or servers…
NB : it can remove empty subdirectories too, wich is a good thing.