13 lines
138 B
Batchfile
Raw Normal View History

2022-11-03 15:19:23 +08:00
@echo off
cd /d %~dp0
set curpath=%cd%
cd /d %curpath%/net6.0
start /max Panda.WebUI.GatewayOcelot.exe
ping 127.0.0.1 -n 3 >nul
exit