Tertz wrote:ik8ozv wrote:Thanks it seems it works if i give the commands into the Dosbox but do
not work if i put the commands in an .conf file
There should be no difference either you put commands in [autoexec] section or type in DOSBox by hand. Check that it's the same, for example I've inserted the space between '-f' and 'd:\xxxx.dat'. Also sometimes OS manages standard folders by special way and moving .dat to folder like c:\dats\ may change something.
So what i done is:
- The Program is called Ricorda and it is in the B: drive as also the Dosbox program and as O.S. i'm using Windows 10.
- The .dat file which is the data file for the Ricorda program is in C:\Users\username\Documents\
- The .conf file is in c:\users\username\appdata\local\dosbox
- The .conf file has these instructions:
[autoexec]
mount c b:\
mount d C:\Users\Enzo\Docume~2\
c:
cd ricorda
ricorda -fd:\ricorda.dat
exit
As you can notice in the .conf file, the Documents folder has been put as docume~2 as dos does not
recoignize the long name.
- The shortcut i've made in the Startup folder, because it has to run as Windows is loaded has these instructions:
B:\DOSBox-0.74\DOSBox.exe -fC:\Users\username\AppData\Local\DOSbox\test.conf
When i run the program i get the error of the Ricorda program which it says it cannot find the ricorda.dat file.
Thanks