First post, by emanresu
I am trying to run an executable file that is not in the current subdirectory but
is in the path. The following screenshot is what displays upon starting DOSBox:

The drives mounted in the [autoexec] section of the config file do so properly. The path and other environment variables are set in [autoexec]. Set reveals:

In the bottom portion of this screenshot, I try to run a program called DBX. It is in C:\UTIL, which is contained in the path. As you can see, I receive a very strange response.
If I change to the UTIL subdirectory on C: before running DBX, it works. In addition, if I specify the full path to DBX in the command (without first changing to the UTIL subdirectory), it will also run.
Here are the contents of [autoexec]:
@ECHO OFFmount c: /var/lib/dosemu/dos622mount h: /home/billmount p: /home/publicmount v: /home/develset path=z:\;c:\util;v:\;v:\blinker3;v:\CLIP53\BINset CCPSpath=v:\ccps\set HostName=billSET TMP=C:\tempSET TEMP=C:\TEMPset bpath=v:\brief\macros;v:\brief\dbriefset bhelp=v:\brief\helpset bfile=v:\brief\state.rstset bcprg="!clipper %%s /a /m /n /w"set bpackages=default:s;txt:wp;prg:rset bflags=-B1i120l512Mr -mWJM -mrestore -Degaset btmp=v:\brief\tmpv:SET PRINTERS=v:\VS_905\SET MURPHY=v:\VS_905\
Any ideas?