• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

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