First post, by jhuns
I am new to cue/bin files and am trying to figure out how they work. I made this cue file from scratch based on other people's cue files I found online. This is an example of my cue file:
FILE "RTZ.iso" BINARYTRACK 01 MODE1/2048INDEX 01 00:00:00FILE "Track01.mp3" MP3TRACK 02 AUDIOINDEX 02 00:00:00FILE "Track02.mp3" MP3TRACK 03 AUDIOINDEX 03 00:00:00FILE "Track03.mp3" MP3TRACK 04 AUDIOINDEX 04 00:00:00
Both the RTZ.cue and RTZ.iso are saved in C:\RTZ, along with all of the audio tracks. I am trying to mount using the following command:
imgmount d "C:\RTZ\RTZ.cue" -t iso -fs iso
and I get the error message:
Could not load image file: c:\rtz\rtz.cue
MSCDEX: Failure: Path not valid.
I know for sure that rtz.cue is in the file specified, and mounting rtz.iso from the same folder works just fine. Is there a step I am missing to make my cue file work? Or did I did I mess up in creating my cue file?