@echo off REM Double-click entry point: launch Claude with all traffic forced through the proxy. set "HERE=%~dp0" powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%HERE%claude-proxy.ps1" -Action run if errorlevel 1 ( echo. echo Launch failed. See the message above. pause )