First post, by Serious Callers Only
I'm trying to do something slightly tricky, to share a ultrasound directory but at the same time sandbox the games, that is the drive containing the ultrasnd dir isn't the same drive that contains the games which each have a different conf file that only mounts their dir/cds and nothing else.
So i thought i could solve this by placing this in the main config file:
gus=true
...
ultradir=X:\ULTRASND
...
[autoexec]
mount x ~/.dosbox/gravis
and then when i invoked dosbox on the game dir autoexec section of the main config would run, mount x and then the game dir dosbox.conf autoexec section (and the others not overriden) would run and mount whatever.
However it seems that the autoexec section is not 'special' and it just replaces everything (mount x ~/.dosbox/gravis doesn't run).
Any 'easy' way to do this? Without copying or making symlinks manually and preferably in a single config file like i was hoping.