批處理_批量刪除手機中某些目錄中的文件

將如下內容複製到文本文件中,然後將後綴名修改爲.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




發佈了60 篇原創文章 · 獲贊 20 · 訪問量 11萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章