2022-11-03 15:28:41 +08:00

13 lines
131 B
Batchfile

@echo off
cd /d %~dp0
set curpath=%cd%
cd /d %curpath%/net6.0
start /max panda.webui.webapi.exe
ping 127.0.0.1 -n 3 >nul
exit