View Single Post
Posts: 233 | Thanked: 14 times | Joined on Oct 2010
#155
I have downloaded the dosbox.073.conf file and have followed the guidelines below - but everytime I load up dosbox it starts in my z: drive again

I entered pwd in terminal and it came up with /home/user

So I have ameneded the autoexec file to:

mount c /home/user/dosbox(files where my games and .conf file is in ) however no joy

Also tried mount c /home/user/MyDocs/dosbox - again no joy

Please help - been reading up for ages and getting nowhere fast

My workaround was to edit the conf file...

I created a folder "dos" when connected to my PC
Open the terminal and type

Code:
$ cd ./dosbox
$ vi dosbox-0.73.conf


At the end of the file ([autoexec] part) I added the following lines:

Code:
mount c /home/users/MyDocs/dos
c:


When I open DosBox it mounts the c partition and goes there automatically now.