@echo off REM LF-MRI Platform -- double-click to start (real hardware mode) REM Plug mode (no hardware): powershell -File start.ps1 -Mode plug -SkipSpectrometer powershell -ExecutionPolicy Bypass -File "%~dp0start.ps1" -Mode real pause