Change The Server FIle Directory?

Discussion in 'Bukkit Help' started by FiberSprite, Aug 12, 2014.

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

    FiberSprite

    Okay whale i am coding a batch file to start my servers all at once . For some reason the servers start in the main folder where the batch file is and starts making all the files. I dont want that. I just simply want the servers to run in the folders they are in currently.


    Batch code:
    Code:
    @echo off
    color 0b
    title Server Network
    echo are you sure you want to start the server network?
    pause
    start cmd /c C:\Users\Davin\Desktop\ServerNetwork\Pixelmon\run.bat
    start cmd /c C:\Users\Davin\Desktop\ServerNetwork\RPGReborn\run.bat
     
Thread Status:
Not open for further replies.

Share This Page