second try this is the dosbox.conf file of the game
[autoexec]
Lines in this section will be run at startup.
cd ..
cd ..
mount c .\games
#mount d .\games\lsl6\cd\ -t cdrom
#mount d e:\ -t cdrom
imgmount d ".\games\adark1\cd\alone in the dark trilogy cd 1.cue" -t cdrom
"c:"
cd adark1
INDARK
exit
according to the instructions in this link https://recalbox.gitbook.io/documentation/emulators/computosaures/dosbox
the dosbox.bat file should be like this:
imgmount d ".\games\adark1\cd\alone in the dark trilogy cd 1.cue" -t cdrom
"c:"
cd adark1
INDARK
exit
I've tried .pc and .dos still don't understand what I'm doing wrong