.Bat code

Discussion in 'Bukkit Help' started by Pepsicolaguy, Apr 24, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    Pepsicolaguy

    I have tryed many codes for the run.bat. is there any other ones I an Using windows 7 and have a 64 bit java.
     
  2. This one works very well for me:
    Code:
    java -Xms1024M -Xmx1024M -jar craftbukkit.jar -o true
    PAUSE
     
  3. Offline

    Pepsicolaguy

    Yeah I have that one, I have two computers and I am trying to run a server on both. One of my codes work for this computer. I need to get my other computer to find the JAVA. I have tried at least 10-15 different codes on the other computer. Please help or post a tutorial on .bat coded
     
  4. Offline

    Jeyge

  5. Offline

    XpertHax

  6. Offline

    jacklin213

    Code:
    @Echo OFF
     
    SET BINDIR=%~dp0
     
    CD /D "%BINDIR%"
     
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
     
    PAUSE
     
Thread Status:
Not open for further replies.

Share This Page