@echo off
REM Double-click to open the exec-by-btw menu (install / start / list).
cd /d "%~dp0"
node scripts\launcher.mjs
echo.
pause
