feat: prepare sellable source delivery edition
This commit is contained in:
13
scripts/windows/start-installed.cmd
Normal file
13
scripts/windows/start-installed.cmd
Normal file
@@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0start-installed.ps1"
|
||||
if errorlevel 1 (
|
||||
echo.
|
||||
echo [ERROR] SSH Manager 启动失败
|
||||
echo 日志目录: %LOCALAPPDATA%\SSHManager\logs
|
||||
pause
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
endlocal
|
||||
Reference in New Issue
Block a user