Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Serious help with BAT?  (Read 18180 times)

0 Members and 1 Guest are viewing this topic.

smeezekitty

  • Guest
Re: Serious help with BAT?
« Reply #15 on: August 30, 2009, 12:35:48 PM »
good catch salmon

Salmon Trout

  • Guest
Re: Serious help with BAT?
« Reply #16 on: August 30, 2009, 12:44:17 PM »

smeezekitty

  • Guest
Re: Serious help with BAT?
« Reply #17 on: August 30, 2009, 02:38:44 PM »
LOL

TNovelist

    Topic Starter


    Rookie

    Re: Serious help with BAT?
    « Reply #18 on: August 31, 2009, 08:56:23 AM »
     

    All the files for you game might not be on your machine. Or your batch file is using the wrong path or file name.

    Are these the two of the files that could not be found when you run the batch? :

    Reloaded.exe and edomdog

    If the game was not installed correctly, the two files might be in a different location on your machine or not on your machine. Install the game again?   Or try a windows's search instead of the command prompt search.

    On XP Pro click start, search ( I use the search companion )
    All or part of the file name: [ reload.exe ]
    or
    All or part of the file name: [ endomdog ]

    When the file or files are found the location will be revealed.  Copy and paste the path to your batch file and run the batch again.

    For a test of the command search and/or the windows  search,  search for a file you know is on the machine and see if search is working.

    We are trying to find the correct path to your files.

    ( the no label for C drive error should not interfere with the search )

    I tried the search and the only thing that came up was the batch file. I didn't install the game, either. I made the game. It only requires two files to run: a game.pak file and an exe file. I even put the batch file in the same folder as the other two files. It's still not working!

    billrich

    • Guest
    Re: Serious help with BAT?
    « Reply #19 on: August 31, 2009, 05:33:00 PM »
    It seems the complete name of one your file that your batch file cannot find is :   Barney's Asylum Reloaded.exe.

    The command line search or the windows search can find the file with a wildcard:  Barn*Reloaded.exe

    cd \ to the root directory

    C:\>dir /s Barn*Reloaded.exe.
    « Last Edit: August 31, 2009, 05:45:38 PM by billrich »

    billrich

    • Guest
    Re: Serious help with BAT?
    « Reply #20 on: August 31, 2009, 05:44:28 PM »
    Post  your batch file.


    __________________________________

    When you cd to where the game is, will the game run without a batch file?

    Has the game ever played?   Why do you need a batch file?

    TNovelist

      Topic Starter


      Rookie

      Re: Serious help with BAT?
      « Reply #21 on: September 01, 2009, 03:38:34 PM »
      I need a batch file or a command line (see earlier in the thread) in order to run the game in god mode. and yes the game has played before, just not in god mode.

      smeezekitty

      • Guest
      Re: Serious help with BAT?
      « Reply #22 on: September 01, 2009, 03:40:16 PM »
      i still think this
      Code: [Select]
      cd /D "C:\Program Files\RaycastingGameMaker\GameBitmaps\BBits\"
      "Barney's Asylum Reloaded.exe" "endomdog"
      should work

      Helpmeh



        Guru

      • Roar.
      • Thanked: 123
        • Yes
        • Yes
      • Computer: Specs
      • Experience: Familiar
      • OS: Windows 8
      Re: Serious help with BAT?
      « Reply #23 on: September 01, 2009, 03:45:36 PM »
      i still think this
      Code: [Select]
      cd /D "C:\Program Files\RaycastingGameMaker\GameBitmaps\BBits\"
      "Barney's Asylum Reloaded.exe" "endomdog"
      should work
      There should not be quotes around endomdog.
      Where's MagicSpeed?
      Quote from: 'matt'
      He's playing a game called IRL. Great graphics, *censored* gameplay.

      smeezekitty

      • Guest
      Re: Serious help with BAT?
      « Reply #24 on: September 01, 2009, 03:47:44 PM »
      it doesnt matter because the command prompt auto filters it out

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: Serious help with BAT?
      « Reply #25 on: September 01, 2009, 03:48:26 PM »
      it doesnt matter because the command prompt auto filters it out

      no it doesn't.
      I was trying to dereference Null Pointers before it was cool.

      smeezekitty

      • Guest
      Re: Serious help with BAT?
      « Reply #26 on: September 01, 2009, 03:48:47 PM »
      try it with and without
      sorry for the double post internet acting funny

      Helpmeh



        Guru

      • Roar.
      • Thanked: 123
        • Yes
        • Yes
      • Computer: Specs
      • Experience: Familiar
      • OS: Windows 8
      Re: Serious help with BAT?
      « Reply #27 on: September 01, 2009, 03:51:41 PM »
      Put this into notepad.

      @echo %1

      Save it. Drag the newly created script to the command prompt and add "hi" after it. See if it filters it out.
      Where's MagicSpeed?
      Quote from: 'matt'
      He's playing a game called IRL. Great graphics, *censored* gameplay.

      smeezekitty

      • Guest
      Re: Serious help with BAT?
      « Reply #28 on: September 01, 2009, 03:57:46 PM »
      echo does not filter but i think it does for programs

      Helpmeh



        Guru

      • Roar.
      • Thanked: 123
        • Yes
        • Yes
      • Computer: Specs
      • Experience: Familiar
      • OS: Windows 8
      Re: Serious help with BAT?
      « Reply #29 on: September 01, 2009, 04:02:57 PM »
      As said many times before "YOU THOUGHT WRONG!". I mean this in a much nicer way. Echo is a program anyway. Try running echo.exe "hi" at the command prompt.
      Where's MagicSpeed?
      Quote from: 'matt'
      He's playing a game called IRL. Great graphics, *censored* gameplay.