Jump to content
LaunchBox Community Forums

pingaan

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by pingaan

  1. Is this something to begin with? Then just replace the "Process, Close" with whatever action I want it to do upon using the exit automation keybinding?

    $Esc::
    {
        Process, Close, {{{StartupEXE}}}
    } 
  2. What i want is probably what you recommend; using Running AHK when starting a specific emulator. Since it's no specific emulator/game I want to kill, I want it to be a global thing.

    The batch itself is something I've been using from a previous "console centre" machine and I would like to continue using it if possible.

    Is there somewhere I can read about how to set it up, or do you have the time to guide me somewhat on the way to glory? ?

    Since starting from zero knowledge about this particular thing, I need to know how to actually edit the AHK (something I'll have to Google, I guess) to run the batch and how to bind it to a combination of keys on the gamepad.

  3. Hi,

    From what I can understand, there are ways to run custom scripts with AutoHotKey.

    What I would like to do is to use AHK to run a previously made batch script. I know this is possible, I just don't know how to add this to LaunchBox.

    I would like to be able to run this batch to kill the current emulator/game running, so my question is how. Where do I edit what happens and how to add custom gamepad key binding combinations? And is this even possible?

    Thanks in advance!

    Regards.

×
×
  • Create New...