@echo off REM Double-click to start the Godot <-> Arduino serial bridge (Windows). REM Keep this window open while you work; close it to stop the bridge. cd /d "%~dp0" py bridge.py echo. echo Bridge stopped. Press any key to close this window. pause >nul