First post, by egranzow
I'm using DosBox to overcome W7's restrictions on 16B executables. I've built a command input line (thanks to forum posts that runs an old DOS program in the DosBox shell. I'm trying to access mutliple trees from the root directory, so I need 8.3 nomenclature to reference subdirs. The problem is that the results of both the DOS "%s" command (returns equivalent 8.3 pathname and a dir /x query both return different values for directories than the cd in DosBox. This may be a special case but it definitely looks like there's a bug in how DosBox is pointing to the directories. The command line I'm using is below. There are two directories, 2015_a~1 and 2035_a~2. The cd operation ends up pointing the opposite one as "MSDOS". This is a W7 64 environment. G: is local to that machine.
C:\Utilities\dosbox\dosbox.exe -exit -noconsole -c "mount c g:/" -c "c:" -c "cd \GSA_DHS\2035_A~2" -c "c:\mwcog.dhs\software\COGMC mc%_purpose_%.ctl"
Any help appreciated. Thanks.
ed granzow