I've been trying to start a Minecraft server. I read a small guide and followed the steps, until I tried to run this code:
java -Xmx1G -Xms200M -jar minecraft_server.exe nogui
pause
I keep getting the Windows script reader error code "800A0401", accompanied with the message "Expected end of statement". What does this mean and how do I fix it?
