youxianwei 当前离线
一级士官
TOP
went 当前离线
少校
@echo off & cd /d "%~dp0" for /f "delims=" %%i in ('dir /s /b /ah thumbs.db ^| sort /r') do ( dir /b /a-d /a-h "%%~dpi" | findstr "." >nul 2>nul || ( echo 删除文件夹 %%~dpi rmdir /s /q "%%~dpi" ) ) pause&exit复制代码