DOSBox mount ISO/BIN/CUE
-
Hello !
I would like to play Screamer 2 CD version through DOSBox. So, to achieve it, I've copy the ".bin" and the ".cue" in "/share/roms/dos/screamer2.pc/source".
In the directory "/share/roms/dos/screamer2.pc" I've created a file "dosbox.bat". It's well detected by ES.
In this file I've writen those lines, to test :IMGMOUNT D ./Scream2.cue -T ISO d: setup.exe
But, when I launch it from ES, it display a black screen, then came back to ES after few quick seconds.
In your opinion, what's wrong ?The idea there is to launch the setup to install the game in "/share/roms/dos/screamer2.pc/cible" and modify the "dosbox.bat" to launch it (and not the "d:\setup.exe" any more).
Thansk for your help.
-
This post is deleted! -
Fixed !
here is the correct code to mount (according that my ISO is in a directory called "source_cd", and need to be call "source~1" in DOS mode :imgmount D "C:\source~1\scream.cue" -t iso -fs iso
Then, you have to call "install" (from d:) to install the game, then "setup" (from c:) to configure it, and finaly launch the game with "S2" (from c:) ... and lets play (after few try, I get it working, can't understand why it doesn't on the first one) !