MoparClassic/GameServer/run_server.bat

5 lines
71 B
Batchfile

@echo off
title GameServer
set PATH=%PATH%;ant\bin
ant runf2p
pause