I may just be retarded

Discussion in 'Bukkit Help' started by WolfFace, Jun 9, 2011.

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

    WolfFace

    But I am having this error upon starting my server (The Batch file.)

    It says:
    Thefilename, directory name, or volume label syntax is incorrect.
    ´C:\program´ is not recognized as a internal or external command,
    operatable program or batch file.
    Press any key to continue . . .

    It said I would have some errors when I started it but this isn't the first time. I have it all the time. I noticed it when installing some RPG and other plugins, when I was gonna check they were working.

    As I said, I may just be really dumb and I'm not understanding this but I still need a explanation.


    -- Wishes for help: Wolfface.
     
  2. Offline

    darksoft

    It's because you're using Windows Vista or Above.
    What you should do, is wrap the entire C:\Programs and Files\Blah\blah.exe bit in quote tags within your batch file.
    So it's look like:
    Code:
    "C:\Programs and Files\Blah\blah.exe"
    That is how you'll avoid your error happening!
     
  3. Offline

    WolfFace

    Wai' whaa?

    Elaborate please. I feel retarded saying this but I am not the best at.. Like.. Understanding.. ,_,

    Bump, getting a bit impatient, I can't wait to start the server so me and my friends can play and make our RPG D:

    Sorry for impatience but I drank 3 cups of coffeeeeeeeeeee and stuff ,_,

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  4. Offline

    darksoft

    Post your batch file here, and I'll fix it for you, it's a bit hard to explain, but really simple at the same time.
     
  5. Offline

    WolfFace

    Okay I guess. Thanks.

    <Edit by Moderator: Redacted mediafire url>

    Bump, yet again getting impatient ;_;

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 27, 2016
  6. Offline

    Arthurdd1994

    Here is what I have my batch file set as:


    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar "%BINDIR%\craftbukkit-0.0.1-snapshot.jar"
    PAUSE
    Make yours match mine and make sure your Craftbukkit snapshot and your batch file are in the same folder.
     
  7. Offline

    WolfFace

    [​IMG]
     
Thread Status:
Not open for further replies.

Share This Page