这样更好:
@echo off
mode con cols=90 lines=5 &color 9f
echo ┌──────────────────────────────────────────┐
del /a /f /s /q "%userprofile%\Locals~1\History\*.*" >nul 2>nul
call :loop
rd/s/q "%userprofile%\Locals~1\Tempor~1\Content.IE5\">nul 2>nul
call :loop
rd/s/q "%userprofile%\Locals~1\Temp\">nul 2>nul
call :loop
......
pause
exit
:loop
set /p a=■■<nul
goto :eof