liuyu
5 天以前 aed0e43ff4eb2cdb5fa81b6b9b16d8d2b723c02e
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%