@martymcfly7 hmmm it seems my version is not the same as you, so in case rummy needs another conf, here is mine
the dosbox.cfg :
https://pastebin.com/Cuu3JzKj
my dosbox.bat :
| imgmount d .\ESdagger\cd\daggerf.iso -t cdrom |
| @c: |
| cd ESdagger |
| @dagger |
So basically my game folder is named ESdagger.pc and I have inside that one the dosbox.bat, dosbox.cfg and another ESdagger folder containing all the data for the game
This is already installed, so @rummy1 if you need to install it, you can do it directly on your recalbox.
Change the doscbox.bat to
| imgmount d .\ESdagger\cd\daggerf.iso -t cdrom |
| d: |
| dir /p |
and look at the files to find setup.exe or install.exe or any other exe name which looks like installer
when found, change dosbox.bat to
| imgmount d .\ESdagger\cd\daggerf.iso -t cdrom |
| @d: |
| install.exe |
(or setup.exe or the installer exe on the last line)
when install is finished put back first version of dosbox.bat
| imgmount d .\ESdagger\cd\daggerf.iso -t cdrom |
| @c: |
| cd ESdagger |
| @dagger |
the last two lines should correspond to your installation so your ESdagger.pc rom folder is C:, the next two before lines need to provide path to your main game launcher, basically change the next to last line to your local install path