Startup Batch Script explained?

Discussion in 'Bukkit Help' started by moe097, Jun 28, 2015.

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

    moe097

    I have been using craftbukkit for a while now, but I still don't know the meaning of the startup script I use.
    If someone could explain it that would be great.

    Code:
    @ECHO OFF
    SET BINDIR=%dp0
    CD /D "%BINDIR%"
    java -Xincgc -Xmx2G -jar craftbukkit.jar
    PAUSE
    I do know the meaning of everything after the "-Xincgc" part.
     
  2. Offline

    scrollbar

     
  3. Offline

    moe097

Thread Status:
Not open for further replies.

Share This Page