http://www.public.iastate.edu/~jingm...nanything.html
3. Open your .CUE file in notepad (start -> programs -> accessories -> notepad) and go to file -> open. Change "file type" to "all files". Find your file and double click it.
4. The best way to fix up your .CUE sheet is just to stick it in the same directory as your .BIN file (if it isn't already) and change it as follows. You want it to look like THIS when you're done with it:
FILE "IMAGENAME.BIN" BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00
All that you are really concerned with there is that first line. Since your .BIN file is in the same folder as the .CUE file, it is easily referenced by the .CUE sheet with just the filename between the quotes. You may start out with something like:
FILE "C:/WINDOWS/Desktop/IMAGENAME.BIN" BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00
But you don't want that, so make it look like the green one.
Bookmarks