VOGONS


First post, by TAR

User metadata
Rank Newbie
Rank
Newbie

Hi
I'm new to DosBox so likely this is a simple issue.
I will be grateful for any help on the following:
I've mounted C drive as C and can display the directory contents in DosBox.
I launch the program from DosBox using the bat file below, but I get the error message: "ERROR: Invalid path specified in AQT environment variable"
Then the program stops.
Thanks in advance

AQ.BAT

SET AQT=C:\AQTESOLV
AQTESOLV

Reply 1 of 5, by jesolo

User metadata
Rank l33t
Rank
l33t

By using the "SET" command (in laymen's terms), you are "telling" DOS where to look for that environment variable.
Is there a folder called "AQTESOLV" on your C: drive?

Reply 2 of 5, by TAR

User metadata
Rank Newbie
Rank
Newbie
jesolo wrote:

By using the "SET" command (in laymen's terms), you are "telling" DOS where to look for that environment variable.
Is there a folder called "AQTESOLV" on your C: drive?

Yes there is. I
I did this:
mount C C:\aqtestolv
C:
AQ

The program started, but it gave the error msg and would not contine.

Reply 3 of 5, by jesolo

User metadata
Rank l33t
Rank
l33t

I presume that the batch file only contains the two lines that you specified in your original post, namely:
SET AQT=C:\AQTESOLV
AQTESOLV

Since you mounted your C:\AQTESOLV folder as C:\, you need to edit your AQ.BAT file to only state:
SET AQT=C:\
AQTESOLV

Reply 4 of 5, by TAR

User metadata
Rank Newbie
Rank
Newbie

Excellent ! You solved my problem. Many, many thanks Jesolo. From me in Nairobi to you in RSA.