I need to generate a Windows batch file that detects .zip files older than a certain amount of hours (12) and then moves them to another folder. I'd really like to use a batch file, but I do know Java and if this could be more easily archived in a jar, I can try that as well.
An alternate option I'd like to see is how to generate a list of those old .zip files written to a text file.
Btw, deleting the files won't help me. I know there are similar questions but I'm not familiar enough with the syntax to combine the different answers I've seen. Any suggestions would be appreciated.