First post, by Alporik
I have read the Manual, looked at the Wiki and searched the forum. Everything I read seems to indicate that what I am doing will work, so I am seeking help.
I have a desktop icon with properties that include the following target:
C:\DOSGames\DOSBox.exe -conf "C:\DOSGames\df.conf" -noconsole
In my C:\DOSGames folder I have a df.conf file that includes the following [autoexec] section:
[autoexec]
# Lines in this section will be run at startup.
# You can put your MOUNT lines here.
mount c c:\DOSgames\DaggerCD -freesize 1000
mount d c:\DOSgames\DaggerCD\dfcd -t cdrom -label Daggerfall
c:
When I doubleclick my icon, I get DosBox with no console, but my autoexec commands do not run. I have tried to specify the configuration file location without the ""s and without the C:\DOSGames, but I still never get my autoexec commands to run. As far as I can tell, I am configuring everything in accordance with the manual instructions. If anyone is able to point out my obvious error, I would appreciate it.
Alporik