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 offmount C: "C:\Tasm 1.4\"c:cd tasmclstasml
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 offmount d /whatevermount C: "C:\Tasm 1.4\"c:cd tasmclstasml
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.