version 0.6
[zeRace] / local-server-with-bots.bat
diff --git a/local-server-with-bots.bat b/local-server-with-bots.bat
new file mode 100755 (executable)
index 0000000..9ce4dff
--- /dev/null
@@ -0,0 +1,24 @@
+@echo off\r
+echo Launching server...\r
+start server.exe "My private server" 5 1 private col\r
+ping localhost -n 2 > NUL\r
+echo Launching bot(0)...\r
+start bot_anticip.exe localhost 3600 0\r
+ping localhost -n 2 > NUL\r
+echo Launching bot(5)...\r
+start bot_anticip.exe localhost 3600 5\r
+ping localhost -n 2 > NUL\r
+echo Launching bot(10)...\r
+start bot_anticip.exe localhost 3600 10\r
+ping localhost -n 2 > NUL\r
+echo Launching bot(15)...\r
+start bot_anticip.exe localhost 3600 15\r
+ping localhost -n 2 > NUL\r
+echo Launching bot(20)...\r
+start bot_anticip.exe localhost 3600 20\r
+ping localhost -n 2 > NUL\r
+echo A local server has been launched with 5 bots.\r
+echo You can now join it with zeRace in the network menu.\r
+echo When you have finished, you can terminate the server with the task manager.\r
+echo.\r
+pause
\ No newline at end of file