I've got 2 things i'm trying to do, but they're both similar enough that they probably have the same answer.<BR><BR>1. I've got a server that generates a large amount of logs that i'm required to keep ...
I'm writing a simple batch file to move, then delete files older than 7 days. Using Robocopy for the move, then using Forfile to search the old files and Del for the deletion of files. My problem is ...