We have 4 servers (Windows 2003 R2), each with a log-directory with thousands of log-files. I have written a log-viewer that collect log-files within a date range and show them in a grid. But this is rather slow as the number of log-files grow fast.
If I could schedule to move all files older than N days to an zip-archive I think the logviewer should be much faster. I'm not good at write bat-files. Any suggestions ?