Attract-Mode Support Forum

Related Stuff => Emulators => Topic started by: KTURNER on December 03, 2016, 03:36:58 PM

Title: dosbox
Post by: KTURNER on December 03, 2016, 03:36:58 PM
Does anyone know how to make dosbox remember you mounted drive. Every time I exit I have to start over. I think that will be a problem when I open it through attract mode.
Title: Re: dosbox
Post by: hermine.potter on December 04, 2016, 10:36:21 PM
@kturner
It seems that mount is your needed command (from dosbox wiki (https://www.dosbox.com/wiki/MOUNT)) and works this way:
MOUNT C C:\DOSGAMES

So you can
-create .bat files and prefix this command (similar dosbox here (http://forum.attractmode.org/index.php?topic=503.msg4231#msg4231))
or
-set this command in args line of AM directly (similar openbor here (http://forum.attractmode.org/index.php?topic=503.msg4231#msg4231))
args MOUNT C C:\DOSGAMES & whatever_dosbox_commands & whatever_dosbox.exe
Title: Re: dosbox
Post by: KTURNER on December 05, 2016, 06:10:00 AM
I'll try that out, Thanks