start.bat 237 B

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