2015年8月10日
摘要: @set LogDir=D:\Log for /f "skip=10" %%i in ('dir %LogDir%\apache-access-*.log /tc /o-d /b') do del %LogDir%\%%i 阅读全文
posted @ 2015-08-10 17:47 思静 阅读(189) 评论(0) 推荐(0) 编辑