Author Topic: dosbox  (Read 5382 times)

KTURNER

  • Sr. Member
  • ****
  • Posts: 169
    • View Profile
dosbox
« 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.

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: dosbox
« Reply #1 on: December 04, 2016, 10:36:21 PM »
@kturner
It seems that mount is your needed command (from dosbox wiki) and works this way:
MOUNT C C:\DOSGAMES

So you can
-create .bat files and prefix this command (similar dosbox here)
or
-set this command in args line of AM directly (similar openbor here)
args MOUNT C C:\DOSGAMES & whatever_dosbox_commands & whatever_dosbox.exe
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM

KTURNER

  • Sr. Member
  • ****
  • Posts: 169
    • View Profile
Re: dosbox
« Reply #2 on: December 05, 2016, 06:10:00 AM »
I'll try that out, Thanks