@echo off REM LF-MRI Platform -- double-click to start in plug mode REM For real hardware mode run: powershell -File start.ps1 -Mode real powershell -ExecutionPolicy Bypass -File "%~dp0start.ps1" pause