Nice program, I took a different approach with Shortcuts Creator which allows users to generate short hotstrings to launch folders, documents, webpages or programs.
Users can drag files, programs or shortcuts to the main window and it will prompt for what letters they want to use to launch those items. The hotstrings are prefaced with a single letter which denotes what type of item is being launched: (f)olders, (r) programs, (w) web pages and (d) documents.
For exe, the hotstring code looks for an existing program window before launching and just makes it the active window if it exists.
Users can type the hotstring in the raw, which works in most places, or they can press both Shift keys to display a launcher window, just type in the string to launch the item. If you are in Excel or PowerPoint the code will recover text are typing into a cell or a slide. That was the best method I could come up with. That code is in the myshortcuts.ahk file.
I use it all the time at work to either launch an item or put that window on top.
Cheers