自动删除30天前文件批处理方法
@echo offsetlocal enabledelayedexpansioncall:del30 "e:\admin"goto :eof:del30call:getdate datecall:da
自动删除30天前文件批处理方法