VOGONS

Common searches


First post, by emendelson

User metadata
Rank Oldbie
Rank
Oldbie

For various reasons, I use a .conf file with an autoexec.bat that has lines like this:

mount D ..\..\DOCS

This works perfectly. And - exactly as designed - when I give the MOUNT command later, it returns:

Current mounted drives are:
Drive D is mounted as local directory ..\..\DOCS\
etc.

My question is: since DOSBox presumably knows the full path of ..\..\DOCS\, is it possible for it to return the full path at the prompt?

Or would this require a major patch of the MOUNT command?

Reply 2 of 2, by emendelson

User metadata
Rank Oldbie
Rank
Oldbie

Thank you - I see (more or less) what I would need to do to have the Mount command (no parameters) return the full path on the host, but I doubt I know how to do it yet. I'll try, though.