清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>
@echo off rem create by sunhao(sunhao.java@gmail.com) rem crazy coder rem 这里写你的仓库路径 set REPOSITORY_PATH=F:\study\apache-maven-3.0.3\repository rem 正在搜索... for /f "delims=" %%i in ('dir /b /s "%REPOSITORY_PATH%\*lastUpdated*"') do ( del /s /q %%i ) rem 搜索完毕 pause