open-im-server/start.bat
‘hanzhixiao’ da90d4c5bf script
Signed-off-by: ‘hanzhixiao’ <‘709674996@qq.com’>
2023-07-17 10:12:21 +08:00

13 lines
298 B
Batchfile

cd /d %~p0
start api.exe -p 10002
start auth.exe -p 10060
start conversation.exe -p 10080
start friend.exe -p 10060
start group.exe -p 10050
start msg.exe -p 10030
start msggateway.exe -p 10040 -w 10001
start push.exe -p 10070
start msgtransfer.exe
start user.exe -p 10010
start third.exe -p 10090