Jump to content
LaunchBox Community Forums

AHK script before/after BigBox?


NagakiriHidechi

Recommended Posts

Not from within LaunchBox/BigBox itself.  Your best bet is to open BB using a batch file (or AHK script if you'd prefer).

Example batch file

@echo off
start "" "F:\path_to_run-before_program\my_OPEN_program.exe"

timeout 3

cd "F:\LaunchBox\core"
start /w "" BigBox.exe

start "" "F:\path_to_run-after_program\my_CLOSE_program.exe"
  • Load/Run the 1st program
  • Pause (timeout) for 3 seconds to give it a chance to completely load.
  • Start BigBox.  the "/w" tells it to wait until BigBox exits before continuing. Once BB exits....
  • Load/Run the 2nd program.
  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...