@echo off REM connect-board.bat - double-click launcher for connect-board.ps1 on Windows. REM Runs the PowerShell script with the execution policy bypassed for this run REM only (nothing is changed system-wide). Pass -Watch to keep re-attaching: REM connect-board.bat -Watch powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0connect-board.ps1" %* echo. pause