Is there a way I can create a batch file to delete files from a folder if they are in there for a certain number of days.
For example:
A files is in folder "edited" and has been there for a month, and if a file is in there for a month of longer, the batch file deletes it.
I'm guessing I would create a batch file then have it run on a schedule to check for files that have been there too long, I just don't know how to write the batch file.
Thanks in advance!