daShangDao_psiWebApp/verifyTool/kfzgs-launcher-start.bat
97694731 520712bfab
Some checks failed
CI / build (18.x) (push) Failing after 31m9s
CI / build (20.x) (push) Failing after 1m34s
CI / deploy-preview (push) Has been skipped
CI / lint (push) Failing after 1m35s
CI / test (push) Failing after 33s
CI / security (push) Failing after 34s
程序所在位置
2026-06-26 16:51:51 +08:00

12 lines
236 B
Batchfile
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@echo off
chcp 65001 >nul
cd /d "%~dp0"
set "LAUNCHER=%~dp0kfzgs-launcher.ps1"
echo 启动核价器后台服务(端口 5000...
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%LAUNCHER%" 2>&1
echo 服务已退出
pause