MoparClassic/GameServer/run_server.bat

5 lines
71 B
Batchfile
Raw Normal View History

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