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