VOGONS


First post, by fischer

User metadata
Rank Newbie
Rank
Newbie

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.

Reply 2 of 5, by fischer

User metadata
Rank Newbie
Rank
Newbie

is it a joke or are you serious 😀 that was just an example 😀 say i want to mount "/home/example" and I am not using windows, I'm on ubuntu, anything can exist 😀

Reply 3 of 5, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

Normally you can mount anything through the autoexec section.
But it has to exist and if those spaces or tab in your example are real, maybe Dosbox is not prepared to handle spaces or tab instead of commands.
If you are on linux why c:/tasm 1.4 ? With a mounting like that it's no wonder that Collector thinks you are on Windows...

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 4 of 5, by fischer

User metadata
Rank Newbie
Rank
Newbie

I dont know i downloaded this http://sourceforge.net/projects/tasmforwindows/

and installed it in wine and it wrote those lines not me, i want to mount another drive in order to use TASM without having to mount it everytime, coz the C is reserved for tasm compiler and everything.

btw good job on you guys keeping this forum active, i used many, so many forums dedicated to an open source project, like libreoffice and they are dead, you ask a question and you'd be lucky to get an answer after a week. I hesitated to ask here thinking no body will reply, great job, fast replies, good community

Reply 5 of 5, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

Now we are getting somewhere... Are you using Dosbox in Wine? Why would you do that?
And still, in Wine you shouldn't be able to mount anything without a drive letter. And check those tabs..,

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper