mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-11-14 05:05:10 -05:00
5 lines
71 B
Batchfile
5 lines
71 B
Batchfile
|
@echo off
|
||
|
title GameServer
|
||
|
set PATH=%PATH%;ant\bin
|
||
|
ant runf2p
|
||
|
pause
|