feat: prepare sellable source delivery edition
This commit is contained in:
14
scripts/windows/stop-installed.cmd
Normal file
14
scripts/windows/stop-installed.cmd
Normal file
@@ -0,0 +1,14 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0stop-installed.ps1"
|
||||
if errorlevel 1 (
|
||||
echo.
|
||||
echo [ERROR] SSH Manager 停止失败
|
||||
pause
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
pause
|
||||
|
||||
endlocal
|
||||
Reference in New Issue
Block a user