I am looking for a batch file that will delete files older than 30 days from a certain folder on drive D:\
Posted by: kestrel1
You can make up a batch file for this purpose. I would suggest trying the 'forfiles' command.
You won't have it a standard but you can get it from here: http://www.dynawell.com/support/ResKit/winnt.asp
To use the command in a batch file look at this: http://www.jsifaq.com/subL/tip5600/rh5645.htm
Hope this is of some help.
If you have problems writing the batch file get back to me & I will have a look at it for you.