您的位置:首页 > 其它

批处理_批量删除手机中某些目录中的文件

2014-04-19 13:04 239 查看
将如下内容复制到文本文件中,然后将后缀名修改为.bat

adb shell rm -rf /data/anr/*

adb shell rm -rf /data/tombstones/*

adb shell rm -rf /data/dontpanic/*

adb shell rm -rf /data/panicreports/*

adb shell rm -rf /data/system/dropbox/*

adb shell rm -rf /storage/sdcard0/mtklog/*

adb shell rm -rf /storage/sdcard1/mtklog/*

adb shell rm -rf /sdcard/Pictures/ScreenShots/*

adb shell rm -rf /sdcard/amtresult/*

adb shell rm -rf /sdcard/_mrc_auto/*

@echo OFF

echo.

echo ********************************************************************

echo ***** Operation was done!Pls press any key to close CMD window.*****

echo ********************************************************************

pause
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: