My setup at the moment Starts through a Shortcut which starts up Display Changer then loading up a Dosbox config file and starting up Daggerfall. Once Daggerfall is up and running I cant find my way back to the console to startup Dos32a. Ive tried a few things to get Dos32a to start prior to Daggerfall by messing around with the .cfg file but seeing as Im not programmer all of my attempts have proven futile. Most attempts will start up Dosbox according the the .cfg then crash just before starting Daggerfall, I have figured out one way to get it to still start Daggerfall but I have no way of confirming if Dos32a started up or not. Using that method saved a few more times then normal but it still ended up crashing.
This is the relevant section (I Think) of the .cfg for Dosbox -
Here is how I origionally recieved it (Though Note this IS after running the Display Changer setup so its not exactly the origional copy) It works like this and will run Daggerfall until it crashes during a save:
[autoexec]
@echo off
cls
mount c "c:\Program Files\Bethesda Softworks\Daggerfall\Bin" -t
c:
cd\
cd DAGGER
mouse.com
set dos4gvm=@dagger.vmc
cls
echo ******************************************************
echo * *
echo * Press Alt+Enter, *
echo * this acivates the ingame mouse! *
echo * *
echo ******************************************************
fall.exe z.cfg
exit
This is how I got it to start up Dos32a prior to Daggerfall (or so I thought):
[autoexec]
@echo off
cls
mount d "d:\program files\bethesda softworks\binw" -t
d:
cls
dos32a.exe
cls
mount c "c:\Program Files\Bethesda Softworks\Daggerfall\Bin" -t
c:
cd\
cd DAGGER
mouse.com
set dos4gvm=@dagger.vmc
cls
echo ******************************************************
echo * *
echo * Press Alt+Enter, *
echo * this acivates the ingame mouse! *
echo * *
echo ******************************************************
fall.exe z.cfg
exit