刘光辉
9 小时以前 34981c30a78e8bbd7791131059a9210f9928b62c
1
2
3
4
5
6
7
8
@echo off
setlocal EnableExtensions
cd /d "%~dp0"
 
REM Delegate to stop-all.ps1. Stopping only uses PID files and does not require Java.
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0stop-all.ps1" %*
set "EXIT_CODE=%ERRORLEVEL%"
endlocal & exit /b %EXIT_CODE%