Does anyone use AutoHotKey to automate starting of LaunchBox / Big Box as part of the Windows boot up? I have it working well, however, in cases where LaunchBox is already startred, I like it to press CTRL+B and allowing LaunchBox to gracefully shutdown and launch Big Box.
Unfortunately, I can't seem to send the right keystrokes to Big Box.
This command seems to do nothing:
ControlSend,,^b,ahk_Class HwndWrapper\[LaunchBox\.exe;;[\-\w]*\]
I also tried:
ControlSend,,^b,LaunchBox
Any other suggestions?
In can get AHK to type into NotePad or the Command Prompt screens with no issues, it's just that LaunchBox doesn't accept input?