更新,支持8职业,双区,启动完毕预计2分钟,最小化启动,而且会自动关闭启动的窗口把路径替换成你自己的,同时注意你的文件夹名称
使用方法复制到你的快捷启动文件bat文件里面把路径替换成你自己的,同时注意你的文件夹名称!
@echo off
title 游戏启动中
echo 服务端启动中...
cd D:\rxjh\rxjh8/fs
start /min start.bat
echo 正在启动FS
ping -n 18 127.0.0.1>nul
cd D:\rxjh\rxjh8/gms
start /min start.bat
echo 正在启动GMS
ping -n 18 127.0.0.1>nul
cd D:\rxjh\rxjh8/as
start /min start.bat
echo 正在启动AS,ES,SS,AUTH,PS
ping -n 18 127.0.0.1>nul
cd D:\rxjh\rxjh8/es
start /min start.bat
cd D:\rxjh\rxjh8/ss
start /min start.bat
cd D:\rxjh\rxjh8/auth
start /min start.bat
cd D:\rxjh\rxjh8/ps
start /min start.bat
cd D:\rxjh\rxjh8/gs
start /min start.bat
echo 正在启动GS
ping -n 18 127.0.0.1>nul
cd D:\rxjh\rxjh8/ms1
start /min start.bat
echo 正在启动MS1
ping -n 18 127.0.0.1>nul
cd D:\rxjh\rxjh8/ms2
start /min start.bat
echo 正在启动MS2
ping -n 18 127.0.0.1>nul
cd D:\rxjh\rxjh8/gs2
start /min start.bat
echo 正在启动二区GS
ping -n 18 127.0.0.1>nul
cd D:\rxjh\rxjh8/ms2-1
start /min start.bat
echo 正在启动二区ms2-1
ping -n 18 127.0.0.1>nul
cd D:\rxjh\rxjh8/ms2-2
start /min start.bat
echo 正在启动二区ms2-2
ping -n 18 127.0.0.1>nul
echo 启动完毕!!5秒后自动退出
echo 5
ping -n 1 127.0.0.1>nul
echo 4
ping -n 1 127.0.0.1>nul
echo 3
ping -n 1 127.0.0.1>nul
echo 2
ping -n 1 127.0.0.1>nul
echo 1
ping -n 1 127.0.0.1>nul
exit
请尊重版权!转载请附上原文链接!
来源:35博客圈子
原文链接:https://35boke.com/168.html |