MoparClassic/LoginServer/compile.bat

4 lines
69 B
Batchfile
Raw Normal View History

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