Thread: DosBox Setup
View Single Post
Posts: 233 | Thanked: 14 times | Joined on Oct 2010
#1
Why cant there be a front end for this like Scumm? Or D-Fend on the PC.

Been googling for help before I posted on here and I found this:

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.


The problem is when I enter cd ./dosbox I get the folowing error in xterminal - can't cd to ./dosbox

Grrrr