@echo off echo "Do you agree to the Mojang EULA available at https://account.mojang.com/documents/minecraft_eula ?" set /p EULA=[y/n] IF /I "%EULA%" NEQ "y" GOTO END echo eula=true>eula.txt :END java.exe -server -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -Xmx4096M -Xms4096M -jar forge-1.7.10-10.13.4.1614-1.7.10-universal.jar nogui