@echo off setlocal title Brain H5 Launcher powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0launch-brain-h5.ps1" if errorlevel 1 ( echo. echo Startup failed. Please check the message above. pause exit /b 1 ) exit /b 0