First post, by Vinylsol
I'm new here so I apologise if this has come up before but I can't find it.
I'm running a 1980s language, Turbo Basic, which is 32 bit, and I'm running it using DosBox to get it to work in a new Windows 11, 64 bit machine. Turbo Basic itself, and the programs I have compiled from it, all seem to run okay but when I try to load my data files I get a 'Path Not Found' error. I've checked to make sure the paths are correct and even tried copying my data files to C:\, changing the path to C:\ and trying to load them from there, but that doesn't work either.
To further confuse me, when I created a NEW file in C:\ I was able to load it - but not the original files.
In the attached example, the program's default path is D:\SCOREPRE\1986\LEAGUE and I have made certain that this exists and has files in it, exactly as it does on my 32 bit machine, where it works fine. So I'm confused because if the compiled Turbo Basic programs run with no trouble at all, how come they can't open the data files?
Any advice would be appreciated.