Can anyone help me convert this?
@echo off
title Hobbitscape
javac -source 1.5 -target 1.5 -classpath . -d bin *.java -g
title Hobbitscape is now running.
cd bin
java -Xmx800M server
color f0
pause
I need this converted so I can run my Server
@echo off
title Hobbitscape
javac -source 1.5 -target 1.5 -classpath . -d bin *.java -g
title Hobbitscape is now running.
cd bin
java -Xmx800M server
color f0
pause
I need this converted so I can run my Server