First post, by fischer
My dosbox configuration file looks like this
[autoexec]
# Lines in this section will be run at startup.
# You can put your MOUNT lines here.
@echo off
mount C: "C:\Tasm 1.4\"
c:
cd tasm
cls
tasml
In addition to the C drive, I would like to automount a D drive that points to another directory. Basically I need both drives at the same time. This didn't work
@echo off
mount d /whatever
mount C: "C:\Tasm 1.4\"
c:
cd tasm
cls
tasml
Don't event test that because your computer will freeze when you open dosbox and you'd have to restart it, at least that what happened to mine.