Hey guys, I am trying to put together a script that allows me to launch bigbox using control+alt+B AND use the same key combo to bring BigBox back into focus. I am able to get BB to launch just fine, but i cannot for the life of me get it to reactivate the window.
This is what i am using. I found a 3 year old thread here that somewhat answers my question, but what I am doing it isn't working
here is what ive come up with
#SingleInstance, Force
^!B:: ;Ctrl-Alt-B is the shortcut to start BigBox.
run "F:\LaunchBox\BigBox.exe"
IfWinNotExist, - Launchbox Big Box { Run F:\LaunchBox\BigBox.exe }
IfWinExist, - Launchbox Big Box { WinActivate, - Launchbox Big Box }
Return
Thanks in advance