刘光辉
昨天 bb638871a7fb692d80f1b7a758f991dc0879002c
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%