@echo off for /f "tokens=*" %%i in ('dir/s/b/ad^|sort /r') do rd "%%i" 批量删除空目录 ← Previous Post CATALOG FEATURED TAGS blog tutorials unity