Files
2006Scape/SinglePlayer.bat
T
2022-08-22 05:44:54 +01:00

6 lines
232 B
Batchfile

:: 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