mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-11-15 05:35:04 -05:00
5 lines
86 B
Batchfile
5 lines
86 B
Batchfile
taskkill /F /IM java.exe
|
|
title LoginServer
|
|
set PATH=%PATH%;ant\bin
|
|
ant runls
|
|
pause |