First post, by neat2k
I've found a bug in Dosbox 0.63
It assings worng names for my long named directories. My guess is that windows create the short names in the order that they were created, e.g.
<first-six-chars-of-1st-created-file.EXT>
<first-six-chars-of-2nd-created-file.EXT>
However it appears like DOSBox is creating the short names itself (instead of using the operating system's name), probably doing
<first-six-chars-of-1st-alphabetically-file.EXT>
<first-six-chars-of-2st-alphabetically-file.EXT>
that is numbering files by name order.
DOSBox should use windows names. I've tried running a game through D-Fend and it file-not-found me as it CDed to the wrong directory
My system - Windows XP, NTFS file system (I hope that's enough info)