LivingDog
Warlord
- Joined
- May 15, 2006
- Messages
- 139
So after several iterations I now have a script at the bottom of my DOSBox Options file that goes like this:
# mount the game dir on the DOSBox virtual drive - it needs to be "c"
mount c g:\civi
# mount the cdrom with the cd (real drive = h - virtual drive = d)
mount d h:\ -t cdrom
# go to the virtual drive (= real the game dir)
c:
# exec CivI
c:civ
# exit DOSBox after quit CivI
exit
It has worked consistently after tens of games and saves.
Kudos to the Vogon Empire for creating such a great and reliable DOS tool.
# mount the game dir on the DOSBox virtual drive - it needs to be "c"
mount c g:\civi
# mount the cdrom with the cd (real drive = h - virtual drive = d)
mount d h:\ -t cdrom
# go to the virtual drive (= real the game dir)
c:
# exec CivI
c:civ
# exit DOSBox after quit CivI
exit
It has worked consistently after tens of games and saves.
Kudos to the Vogon Empire for creating such a great and reliable DOS tool.
