@echo off "c:\program files\winrar\rar" a -df -m5 -ri1 -ta2005-01-01 -tb2005-02-01 -x@exlist.txt c:\bncslogs\caplogs2005-04to05 @filesToZip.lst REM a = archive REM -df = delete files REM -m5 best compression REM -ri1 lowest priority REM -tb only process files prior to date year-month-day REM -x@exlist.txt exclude files specified in exlist.txt