MoparClassic/LoginServer/runls.bat

5 lines
86 B
Batchfile

taskkill /F /IM java.exe
title LoginServer
set PATH=%PATH%;ant\bin
ant runls
pause