mirror of
https://github.com/GSManagerXZ/GameServerManager.git
synced 2026-06-03 03:19:38 +08:00
5 lines
72 B
Batchfile
5 lines
72 B
Batchfile
@echo off
|
|
echo 正在启动GSM3管理面板...
|
|
cd server
|
|
node.exe index.js
|
|
pause |