Using Bukkit in ramdisk

Discussion in 'Bukkit Help' started by OpToCo, Aug 7, 2012.

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

    OpToCo

    I am currently attempting to run the newest recommended build in RAMDisk

    I have two Batch files that do this, the first batch file copies the server to the RAMDisk and then runs the server launch batfile from there. But when I run the copy batfile it copys the server fine and then runs it. My only problem is when I issue the "stop" command on the server it does not copy the files back.

    "Run CraftBukkit on RAMDisk.bat"
    Code:
    xcopy  "C:\Users\[censored]\AppData\Roaming\.minecraft\server1.3" "H:\server1.3" /e /i /h
     
    "H:\server1.3\CraftBukkit.bat"
     
    xcopy  "H:\server1.3" "C:\Users\[censored]\AppData\Roaming\.minecraft\server1.3" /e /i /h
    "CraftBukkit.bat"
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    java -Xmx4096M -Xms4096M -jar CraftBukkit.jar
    PAUSE
    
     
Thread Status:
Not open for further replies.

Share This Page