Cleaned up batch files for LoginServer.

This commit is contained in:
CodeForFame 2011-06-24 18:33:06 -05:00
parent af38bd9f2a
commit ead971e497
2 changed files with 0 additions and 4 deletions

View File

@ -1,4 +1,2 @@
taskkill /F /IM java.exe
set PATH=%PATH%;ant\bin
ant
pause

View File

@ -1,5 +1,3 @@
taskkill /F /IM java.exe
title LoginServer
set PATH=%PATH%;ant\bin
ant runls
pause