I've read a post about deleting files which were older then 30 days. I've tried to edit the script, but it didn't work. Here's what I want:
For example, it's the 5th of July 2005.
There's a folder ..\TMP.
I want to count the total of files which are older then the 5th of July 2005
I want to count the total size of files which are older then the 5th of July 2005
The result may be printed on the screen, or to a file.
After that it needs to delete all the files, older then the 5th of July 2005.

Any suggestions? My skills with scripting are not that good, so type slowly please