View Single Post
cddiede's Avatar
Posts: 1,034 | Thanked: 784 times | Joined on Dec 2007 @ Annapolis, MD
#7
Originally Posted by Ratva View Post
Hi! I'm quite new with this sytem so my question is how to write / in dosbox? or is there someone who coul help me to get to work all keys behind blue arrow?

Question b: is there already some folder mounted to drive z? Because the missing / i can't mount my dos application folder so is there another way to access in those files. For example to copy those files to that drive z folder.

Thanks
In your tablet's DOSBOX install directory will be a readme file with instructions on how to mount volumes.

I've found the easiest way to mount your volumes is to have DOSBOX do it automatically.

So, pick a directory on your device where your DOS comparable files/games will live. (in my example this is /data/dosbox)

Go to your dosbox.conf file and add this to the bottom:

[autoexec]
# Lines in this section will be run at startup.
mount c /data/dosbox
c:


This mounts the drive as C: and changes you to that directory when the app starts.