this is the code i use to start my server with the .bat file @ECHO OFF java -jar Chunkster.jar "World" IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx512M -jar "%~dp0craftbukkit-0.0.1-snapshot.jar"
IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86" java -Xincgc -Xmx512M -jar "%~dp0craftbukkit-0.0.1-snapshot.jar" PAUSE where it says java -jar Chunkster.jar "World" is what i typed for it to work "World" is the world folder o_o hope this helps