@dragu
@voljega said in Confused Over Dos Games:
imgmount d .\cd\wackywheels.iso -t cdrom directly mount the iso located there /recalbox/share/roms/dos/WackyWe.pc/cd/wackywheels.iso
Well I was a little kick because it works with 'real' dos name for the iso but not with full name when the command is accessed from dosbox.bat, I saw by adding the pause command at the end of the command.bat, really usefull.
- if i change the line to imgmount d .\cd\wackyw~1.iso -t cdrom it works
- if i rename the iso to waky.iso imgmount d .\cd\wacky.iso -t cdrom it works
- if i leave like imgmount d .\cd\wackywheels.iso -t cdrom I get the error image is not found
- if i try imgmount d ".\cd\wackywheels.iso" -t cdrom, image is not found either
The game launched nonetheless but this is a bother for automatic converting.
Do you have an idea to adress directly more-than-8-characters names from dosbox.bat ?
Didn't try to put it back in [autoexec] part yet