| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- @echo off
- cls
- color 1f
- cd D:\Mu
- D:
- cd D:\Mu\db\Mysql\MySQL5.7.26\bin
- mysqld --install mysql_20240713
- net start mysql_20240713
- TIMEOUT /T 1 /NOBREAK
- cd D:\Mu\db\Redis\Common_Redis-x64-3.2.100
- start RunRedis.bat
- TIMEOUT /T 1 /NOBREAK
- cd D:\Mu\db\Redis\Game_Redis-x64-3.2.100
- start RunRedis.bat
- TIMEOUT /T 1 /NOBREAK
- cd D:\Mu\db\Redis\Web_Redis-x64-3.2.100
- start RunRedis.bat
- TIMEOUT /T 1 /NOBREAK
- cd D:\Mu\LoginSever
- start LoginServer.exe
- TIMEOUT /T 1 /NOBREAK
- cd D:\Mu\ListServer
- start ListServer.exe
- TIMEOUT /T 1 /NOBREAK
- cd D:\Mu\GateServer
- start GateServer.exe
- TIMEOUT /T 1 /NOBREAK
- cd D:\Mu\MasterServer
- start MasterServer.exe
- TIMEOUT /T 1 /NOBREAK
- cd D:\Mu\ChatServer
- start ChatServer.exe
- TIMEOUT /T 1 /NOBREAK
- cd D:\Mu\GameServer
- start GameServer.exe
|