[autoexec]
@echo off
mount C ~/.dosbox
C:
cd swos
swos.exe
[sdl]
fullscreen = false
fulldouble = true
# sensitivity = 1..100
[dosbox]
memsize = 8
[cpu]
core = dynamic
cycles = 20000
cycleup = 1000
cycledown = 1000
roelof said:Hello,
One question.
Where do I put this config file.
The games are on a cd.
Roelof
[autoexec]
@echo off
mount C ~/.dosbox
C:
cd swos
swos.exe
roelof said:Sorry that's not what i ment.
What i mean is making a batch file which contains the mount /cdrom en after that the dosbox command.
Roelof
roelof said:hello,
That doesn't work.
I have put this :
@echo offf
mount /cdrom
mount d: /cdrom
cd /puzzle/brix
brix1.exe
And nothing happen.