The answer was simpler than I thought.
I'd been running Daggerfall through DosBox with a "custom" conf file. Before your frontend, what I'd done for games that I run under DosBox is create a unique conf file for them, and then create shortcuts that invoked
Dosbox.exe -conf daggerfall.conf (for example)
Those conf files, for me, included in the autoexec section
mount c c:\games
c
cd dagger
fall.exe z.cfg
Since I wasn't using any batch file, I think that's why the Single Player option wasn't working. When I made a quick and simple dag.bat file that included only the line
fall.exe z.cfg
and saved it in ..\486 Launcher\System\Dagger then your single player button launches the game!
Woo Hoo! Most excellent!
You were right about my not running the game with the CD in the drive. I should have mentioned that earlier, that I'd taken care of that already in the z.cfg file by pointing both the path and the pathcd to where DosBox would find the game.
The new features include being able to specify where on your computer you want the C: drive in case you don't want to use the "System" folder in the program, the option to specify a second folder to function as a second hard drive, the ability to mount up to two optical devices (CD/DVD drives) as any letter D: through Y:, the ability to select your output, the ability to adjust mouse sensitivity, the ability to specify any folder on your computer for capturing video/images, and several other features such as adjusting DOSBox priorities. I will post here when it is up, and the new one will contain the configuration files as well.
Hmmm. What I don't see here, but maybe I was looking for specific language or something, would be the ability to browse my system to find other executables for use when adding new configurations. I have Alone in the Dark, for example, installed on my computer (in c:\Games\Alone). I run it now in Dosbox with a shortcut that invokes
dosbox.exe -conf alone.conf
If I could browse my whole system through your frontend instead of just the ./System subdirectory, then I could try to add alone.486 as a configuration file and see if that works.
It would be great to be able to just use 486 Launcher instead of keeping track of all these damn .conf files in my DosBox directory! This is very close to being ideal!