rem Run this script to delete all the old log files in this directory forfiles /s /m *.* /D -60 /C "cmd /c del @path"