Files
Open-RSC-Docker-Home/Start_Single_Player_Game_Windows.cmd
2018-07-13 16:59:51 -04:00

21 lines
325 B
Batchfile

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