刘光辉
昨天 bb638871a7fb692d80f1b7a758f991dc0879002c
1
2
3
4
5
6
7
8
@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%