Files
Open-RSC-Docker-Home/Start Game.cmd

9 lines
241 B
Batchfile

@echo off
Windows\make pull
set PATH=Ant/bin
call ant -f Game/client/build.xml compile
call ant -f Game/server/build.xml compile
call START "" ant -f Game/client/build.xml runclient
call ant -f Game/server/build.xml runserver
pause