@echo off setlocal EnableExtensions cd /d "%~dp0" REM Delegate to start-all.ps1 (Java 21 --add-opens, env loading, staged startup) powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0start-all.ps1" %* set "EXIT_CODE=%ERRORLEVEL%" endlocal & exit /b %EXIT_CODE%