Need help with this bat file

C_N1

n00b
Joined
Nov 20, 2013
Messages
35
here is a picture of the bat file http://i.imgur.com/ipRC6xT.jpg and http://i.imgur.com/kkY5l8B.jpg (they are the same different quality) The window appears and then disapears really fast, that is the best I was able to get, I can only read that " j" is not a valid command or something
here is the code: java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui
pause
 
For the vanilla server:
"C:\Program Files (x86)\Java\jre7\bin\javaw.exe" -Xms1024m -Xmx1024m -jar "minecraft_server.1.8.jar"

For craftbukkit:
java -Xms1024M -Xmx1024M -jar craftbukkit.jar -o true
PAUSE
 
Back
Top