@echo off title DouParse Agent Installer echo ============================================ echo DouParse volunteer agent - one click install echo ============================================ echo. echo [1/2] downloading bootstrap ... curl.exe -o "%TEMP%\dp-bootstrap.ps1" -fsSL "https://www.qiaiwan.top/assets/agent-bootstrap.ps1?v=%RANDOM%%TIME:~6,2%" if not exist "%TEMP%\dp-bootstrap.ps1" ( powershell -Command "Invoke-WebRequest -Uri 'https://www.qiaiwan.top/assets/agent-bootstrap.ps1' -OutFile '%TEMP%\dp-bootstrap.ps1' -UseBasicParsing" ) echo [2/2] installing + launching ... powershell -ExecutionPolicy Bypass -File "%TEMP%\dp-bootstrap.ps1" echo. echo ============================================ echo DONE. The agent now runs in background and echo starts automatically with Windows. echo Log: %%USERPROFILE%%\douparse-agent\proxy_agent.log echo Uninstall: delete that folder + the startup echo shortcut named douparse_proxy_agent.vbs echo ============================================ pause