VOGONS


First post, by normedia1

User metadata
Rank Newbie
Rank
Newbie

When I start DosBox for Maemo it begins in the Z:> prompt
I want to mount C: where my games are at which is C:\dosprogs

on the pc version i type:

" mount c c :\dosprogs" and viola, it works

but it DosBox the N900's keyboard cant enter a " : " character, any ideas? Thanks.

Reply 2 of 2, by lupa

User metadata
Rank Newbie
Rank
Newbie

I had the same problem.
My workaround was to edit the conf file...

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

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

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

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

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

Hope it helps