刘光辉
9 小时以前 34981c30a78e8bbd7791131059a9210f9928b62c
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%