@echo off REM Visible-console launcher for the GUI (for troubleshooting). Normal use: "Claude Proxy.vbs". set "HERE=%~dp0" powershell.exe -NoProfile -ExecutionPolicy Bypass -STA -File "%HERE%claude-proxy-gui.ps1" pause