VOGONS


Creating directories for Dosbox

Topic actions

First post, by ninjalink0

User metadata
Rank Newbie
Rank
Newbie

😢
how do I create a directory for use in dosbox?

I have created folders in win7 but dosbox says "can not mount c:wc3\"

my dos game set up cant do it either

looked through the start up guide but all it says is the director was previously created but does not say how

HELP!!!

Cheers
Ninjalink0

Reply 1 of 33, by DonutKing

User metadata
Rank Oldbie
Rank
Oldbie

I think you're missing a slash.

Assuming that there is a real directory at C:\WC3 on your windows machine, enter this into dosbox:

mount c c:\wc3

then you can use c: to change to the newly mounted drive.

If you are squeamish, don't prod the beach rubble.

Reply 2 of 33, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

[Thread moved to DOSBox General]

Reply 3 of 33, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

You should take a look at the 60seconds guide in the guides forum. Especially that you use an extra folder for dos games that you mount. Wing Commander 3 will the make its wc3 folder when you install it (but you'd still mount the dos games folder and not the wc3 folder since otherwise wc3 will think it hasn't been installed)

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 33, by ninjalink0

User metadata
Rank Newbie
Rank
Newbie

that didn't work
🙁

Reply 5 of 33, by ninjalink0

User metadata
Rank Newbie
Rank
Newbie

can you post a link to the 60 second guide
searched did not find it

Reply 7 of 33, by Gene Wirchenko

User metadata
Rank Member
Rank
Member
ninjalink0 wrote:
Solution Found!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! […]
Show full quote

Solution Found!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

60second guide
60 seconds guide to getting your game to run in DOSBox

Correct syntax requires " "

ie mount c "c:\wc3"

Could someone more knowledgable please comment on this? I do not use quotes in my mount commands.

Sincerely,

Gene Wirchenko

Reply 8 of 33, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

it's only required if you have spaces in the filenames

the OP probably forgot the backslash that follows the colon.

Water flows down the stream
How to ask questions the smart way!

Reply 9 of 33, by Gene Wirchenko

User metadata
Rank Member
Rank
Member
Qbix wrote:

it's only required if you have spaces in the filenames

the OP probably forgot the backslash that follows the colon.

Replicated. I did not realise that the backslash is compulsory. The error message is misleading then: adjust?

Sincerely,

Gene Wirchenko

Reply 10 of 33, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

It's not misleading. Anything that is not a proper path will get this error message. To make this error more specific you'd need to think ahead in too many ways to make it work.
On Windows c:wc3 is NEVER a proper path, and yes, one could filter those colons without backlashes, but then you'd run into people that try to mount c:/ wc3 (or c:/dosgames wc3 (with wc3 a subfolder of dosgames) etc.)

Btw, if I'm not mistaken, dosbox already is more forgiving and accepts the forward slash instead of the proper Windows path backslash.

Reply 11 of 33, by Gene Wirchenko

User metadata
Rank Member
Rank
Member
Dominus wrote:

It's not misleading. Anything that is not a proper path will get this error message. To make this error more specific you'd need to think ahead in too many ways to make it work.
On Windows c:wc3 is NEVER a proper path, and yes, one could filter those colons without backlashes, but then you'd run into people that try to mount c:/ wc3 (or c:/dosgames wc3 (with wc3 a subfolder of dosgames) etc.)

c:ws3 is a relative path and quite valid.

Btw, if I'm not mistaken, dosbox already is more forgiving and accepts the forward slash instead of the proper Windows path backslash.

Actually, the forward slash will work fine with DOS CLIs. I will not say all of them.

Sincerely,

Gene Wirchenko

Reply 13 of 33, by Gene Wirchenko

User metadata
Rank Member
Rank
Member
Dominus wrote:

How is c:ws3 a relative or valid path? Relative to what?
What does windows command line say to that?

Relative to the current directory on that drive. For example, given the current directory is c:\games, then c:ws3 is a relative path that resolves to c:\games\ws3.

Sincerely,

Gene Wirchenko

Reply 14 of 33, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

C is not mounted at that point so don't talk shit.

Reply 15 of 33, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

Please, Gene, before saying an error is misleading, read the thread

and since we dealt with the bogus relative thing you came up, let's deal with the valid.

c:ws3 is never a valid path, except maybe for some obscure software. Windows doesn't recognize this as a path, nor does Dosbox.

c:\ws3 is a valid path (if it exists 😀), Dosbox (and some other software) does recognize c:/ws3 as well.

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 16 of 33, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

It's a valid expression and it works fine in dosbox.

Reply 17 of 33, by Gene Wirchenko

User metadata
Rank Member
Rank
Member
Dominus wrote:

Please, Gene, before saying an error is misleading, read the thread

and since we dealt with the bogus relative thing you came up, let's deal with the valid.

I said that the error *message* was misleading.

I have read the thread.

As to relative path being bogus, how about you take a look at
http://msdn.microsoft.com/en-us/library/windo … v=vs.85%29.aspx
? There is a section titled "Fully Qualified vs. Relative Paths".

c:ws3 is never a valid path, except maybe for some obscure software. Windows doesn't recognize this as a path, nor does Dosbox.

Windows does recognise it. I have just used it again in a DOS window.

Sincerely,

Gene Wirchenko

Reply 18 of 33, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

And I repeat it works fully fine, and the error message is fully correct if displayed.

Reply 19 of 33, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

Ok, sorry, I take my foot out of my mouth regarding the validity of the path. I was obviously wrong about that part

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