Quote:
Originally Posted by Rubedo
First, i downloaded the file from ISOCELLAR. I then extracted the two files (.BIN and .CUE). Then i put them in a folder called "dreamweb" and put them in C:
The commands i put in are:
Z:>mount c c:\dreamweb
Z:>imgmount d c:\dreamweb -t iso -fs iso
Z:>d:
D:>dreamweb
Then the DOSBOX fades into black.
|
Nope, not good, not good at all .....
Try this:
mount c c:\dreamweb
imgmount d c:\dreamweb\dreamweb.cue -t iso
Here I suppose your bin/cue is named dreamweb.bin/cue and are located in your c:\dreamweb\ folder ......
But you should consider another folder to use as virtual C:
something as
c:\oldgames
your mount lines would then be:
mount c c:\oldgames
imgmount d c:\dreamweb\dreamweb.cue -t iso
Here I suppose your bin/cue is named dreamweb.bin/cue and are located in your c:\dreamweb\ folder ......