15 lines
285 B
Batchfile
15 lines
285 B
Batchfile
|
|
echo "Run Stardust on Windows"
|
|
|
|
clover40.exe net8-host -silent
|
|
|
|
start agent\StarAgent.exe -run -server http://127.0.0.1:6600
|
|
|
|
echo "starting ..."
|
|
|
|
ping 127.0.0.1 -n 5 > nul
|
|
start http://localhost:6600/api
|
|
ping 127.0.0.1 -n 5 > nul
|
|
start http://localhost:6680
|
|
|
|
echo "Install finished!" |