Results 1 to 5 of 5

Thread: in dosbox, how to mount a folder listed in extra drive, or home

  1. #1
    Join Date
    Apr 2011
    Beans
    67

    in dosbox, how to mount a folder listed in extra drive, or home

    In windows, I have a folder c:\qa containing another folder game, which contains my dos program called ace.exe. This would be c:\qa\game\ace.exe. In dosbox I enter the following:

    mount c c:\qa
    c: ( this gets me into c:\qa )
    cd game ( this gets me into c:\qa\game )
    ace ( this runs the program ace.exe from c:\qa\game )

    How to I structure my windows commands shown above, to do the same thing in ubie?
    I think my first issue is where to put the folder qa, since I don't really have a drive c: ?
    Next issue would be what to type to mount it.
    then....?
    sheesh...

    hope you can help!

    st
    Yup! Y'alls help did help, so thanks!
    this is what I entered...

    mount c /home/tom
    c:
    cd qa
    ace

    st
    Last edited by seekertom; September 4th, 2017 at 01:54 AM. Reason: Results of help

  2. #2
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,614
    Distro
    Ubuntu

    Re: in dosbox, how to mount a folder listed in extra drive, or home

    Thread moved to Emulators


    You can put the qa folder in your home folder somewhere, perhaps create a new Games folder.
    then to mount, it's basically the same structure as Windows
    Code:
    mount C /some/folder/location
    or
    mount C /home/your-username-here/Games
    To create a Games folder either open Files and right click in the main window area and select "create/new folder" then locate the new folder marked as unknown folder and right click and select rename to rename it Games,
    or
    open a terminal and run
    Code:
    mkdir Games
    both by default will create a new folder in your main home folder, the same area as your Documents Pictures, Videos folders are located.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  3. #3
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: in dosbox, how to mount a folder listed in extra drive, or home

    Wouldn't it just be

    mount c c:\ instead of mount c c:\qa

    By the way youo should check out: DOSBox Game Launcher it's way easier and you can set games up with a click: http://members.quicknet.nl/blankendaalr/dbgl/

  4. #4
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: in dosbox, how to mount a folder listed in extra drive, or home

    You don't have to manually mount the application's folder in dosbox. All you need is a path to the executable, and dosbox will mount the folder and start the program automatically.

    Example from this computer. I created a folder dosgames, then a separate subfolder for each game:

    Code:
    dosbox /home/dmn/dosgames/brain/BRAIN.EXE

  5. #5
    Join Date
    Apr 2011
    Beans
    67

    Re: in dosbox, how to mount a folder listed in extra drive, or home

    In win, dosbox complains about trying to mount the root directory. Besides, I have many other folders in \qa that I go to, and all have the same executable. keeping each program in the qa folder keeps them together, and in separate folders
    to make it easier for me to keep track of. Thanks for the help!
    st
    Last edited by wildmanne39; September 4th, 2017 at 12:04 AM. Reason: Removed inappropriate language

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •