First post, by Pirre
I'm trying to create a .bat-file with which I can launch Monkey Island,
but without the need to launch and configure DOSBox manually.
The full script in my .bat-file looks like this:
"dosbox -c "mount d h:\ -t cdrom" -c "mount c c:\monkey" -c c: -c monkey"
This lets me launch DOSBox and enter the game automatically,
but I need a CD Image that I created to be mounted in DAEMON Tools.
I wanted to try to launch the game from the CD Image instead of mounting it first,
but I have no luck with that.
The command I'm using, is this:
"imgmount d c:\mim.nrg -t iso"
When I enter that into DOSBox, or include it in my .bat-file,
I get the follow error:
"Could not load image file: c:\mim.nrg
MSCDEX: Failure: Path not valid."
If I try to run it anyway, I will get an error saying "No CD-Rom drive or MSCDEX not installed".
What's wrong..? Is it the format of the CD Image..?