MoparClassic/LoginServer/compile.bat

4 lines
69 B
Batchfile
Raw Normal View History

2011-04-27 00:48:29 -04:00
taskkill /F /IM java.exe
set PATH=%PATH%;ant\bin
ant compile
pause