Rezzo Blog

K-ON!

[bat]批量删除空目录

@echo off for /f "tokens=*" %%i in ('dir/s/b/ad^|sort /r') do rd "%%i" 批量删除空目录