start.bat 203 B

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