BUT I have always thought that a full frontend would be overkill for just two applications. So I started looking for alternatives and happened upon Hotkey Plus Which allows you to launch applications from a key stroke with or without a modifier (win, alt, ctrl).
OT, but you can do this in WinXP without a separate program by making a shortcut and editing the shortcut properties (I know you're using Win98, just a point of interest).
Then to exit just set up a key (or keys) to alt-f4 to exit. Which brings me to my first question - can you run one button to two inputs on a keyboard encoder (i'll be running a keywiz)?
Not sure if this will work for you or not -
Programming one KeyWiz Input to Alt and one to F4 is no problem.
(You will need to launch the KeyWiz app at boot up to load the new config, but that's just one line in your autoexec.bat file.)
Wiring a button to both inputs is not a problem (you are losing one keyWiz input, but no problem.)
What I am not sure is: The program is looking for "Alt followed by F4" and I think you might randomly get "Alt followed by F4" or "F4 followed by ALT" or "F4 and ALT at the same instant".
It would be easy to test and I would be curious as to the result.
Another option to just pressing one button to launch the apps would be to have a button set up that is programmed to "alt." You could setup hotkey to have Alt+left or right lauch the corresponding application and then just have a button programmed for F4 on top. That would keep me from having two keys on one button and not having a single button that opens an app which could be pressed accidentally....
Thinking outside the <juke>box here (sorry for the bad pun): Having ALT held down doesn't result in a stuck key or beeping error - it might be possible to program the KeyWiz to use Alt for an input and "short" this input, basically the same as wiring the button held down.
Test this by trying to run the VMJ and XM apps with the alt key held down, but I'm not real hopeful.
Am I missing anything obvious here?
Not that I can see.
Or any other ideas to accomplish the same thing?
You might be able to use Howard Casto's generic wrappers
http://www.oscarcontrols.com/lazarus/wrappers.html to end the programs with the Escape key rather than an Alt-F4 combination.