Setup GH Actions For Windows Single-Player

This commit is contained in:
Dark98
2022-08-22 05:44:54 +01:00
parent fab3c3eac7
commit 7bc2b8bf7a
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
:: Runs The Server & FileServer
start cmd /k java -jar Server.jar -c ServerConfig.json
:: Used To Wait 6 Seconds Before Running The Client
PING localhost -n 6 >NUL
:: Starts The Client
start cmd /k java -jar Client.jar -s localhost