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