-
Notifications
You must be signed in to change notification settings - Fork 0
/
start_10 _udp.bat
19 lines (16 loc) · 1.64 KB
/
start_10 _udp.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
cd BS
start cmd /k "start.bat"
cd ..
sleep 2
start cmd /k "java -cp target\client-project-1.0-SNAPSHOT-jar-with-dependencies.jar com.distributed.app.Main localhost 55555 localhost 10001 9001 crystal UDP"
start cmd /k "java -cp target\client-project-1.0-SNAPSHOT-jar-with-dependencies.jar com.distributed.app.Main localhost 55555 localhost 10002 9002 crystal UDP"
start cmd /k "java -cp target\client-project-1.0-SNAPSHOT-jar-with-dependencies.jar com.distributed.app.Main localhost 55555 localhost 10003 9003 crystal UDP"
start cmd /k "java -cp target\client-project-1.0-SNAPSHOT-jar-with-dependencies.jar com.distributed.app.Main localhost 55555 localhost 10004 9004 crystal UDP"
start cmd /k "java -cp target\client-project-1.0-SNAPSHOT-jar-with-dependencies.jar com.distributed.app.Main localhost 55555 localhost 10005 9005 crystal UDP"
start cmd /k "java -cp target\client-project-1.0-SNAPSHOT-jar-with-dependencies.jar com.distributed.app.Main localhost 55555 localhost 10006 9006 crystal UDP"
start cmd /k "java -cp target\client-project-1.0-SNAPSHOT-jar-with-dependencies.jar com.distributed.app.Main localhost 55555 localhost 10007 9007 crystal UDP"
start cmd /k "java -cp target\client-project-1.0-SNAPSHOT-jar-with-dependencies.jar com.distributed.app.Main localhost 55555 localhost 10008 9008 crystal UDP"
start cmd /k "java -cp target\client-project-1.0-SNAPSHOT-jar-with-dependencies.jar com.distributed.app.Main localhost 55555 localhost 10009 9009 crystal UDP"
start cmd /k "java -cp target\client-project-1.0-SNAPSHOT-jar-with-dependencies.jar com.distributed.app.Main localhost 55555 localhost 10010 9010 crystal UDP"
cd front_end
start cmd /k "start.bat"