Sorry to ask this – must have been asked a zillion times before. Searched in here, but couldn’t find an answer…
Need to delete all files more than one week old from a specific folder. Want to do it from a BAT file, which I then intend to set with the AT scheduler.
So all I need is something like this:
IF “filedate” < today-7
THEN DEL…
TIA