First post, by jwd0310
I'm trying to run an old fuel management program on a new Windows 7 64bit machine. I managed to get dosbox working (quickly) but I'm having an issue with backslashes. I can type them just fine, I don't think keyboard mapping is my issue. The problem I have is dosbox seems to be leaving backslashes out.
The program resides on a network drive, F:. I setup dosbox to automatically run the program on launch with this:
"C:\Program Files (x86)\DOSBox-0.74\DOSBox.exe" "F:\\armenu.exe" -noconsole
Notice the extra slash after the F:? That was needed because otherwise dosbox would attempt to run F:armenu.exe and that doesn't work. I thought I had the problem licked until I got a bit deeper in the program. Apparently at some point the program calls additional executables in the same folder. While performing certain functions it crashes with an error message along the lines of:
Open error -> F:armaster.dbf
I'm thinking dosbox is still leaving out the \ and that's causing my crash. If I missed something in the FAQ please forgive me, but I wasn't able to find anything I thought related. Any help is appreciated. I'd hate to have to downgrade this computer just for this program.