VOGONS


First post, by anon--

User metadata
Rank Newbie
Rank
Newbie

DosBox v 0.65, PC w/winxp, pentium 1+GB/s, 1GB ram

When I launch a DOS program (this is not a game program) the DOS window says:
mount C "C:\directory1\directory2"
followed by the line:
drive C is mounted as local directory C:\directory1\directory2\
followed by the lines:
Z:\>C:
and:
C:\>named.bat
Which launches the program.

The program displays lines with the name of the program, copyright information.

This is followed by a line from DosBox stating "Drive+path not found: C:\directory1\directory2\
followed by:
C:>

Meaning that the program has terminated as soon as it tried to execute a command looking for the files in the 'not found' but mounted directory.

Why can't the directory be 'found' when it was just mounted (it was found to execute the batch file?)

BTW the batch file is as follows:

echo off
progname

Why doesn't the program find the mounted directory?

How to cure this (I cannot change the program code.)

Reply 2 of 4, by anon--

User metadata
Rank Newbie
Rank
Newbie

How do I 'install' the program?

Do you mean RE-install the program?

Isn't there any other way as I do not want to do this as there is DATA in the exiting program that would not be available to the newly installed program.

The DATA is the information that cannot be 'found' and that is what I want to work with.