View Single Post
  #4  
Old 27-10-2001, 07:12
Charlie
Guest
 
Posts: n/a
This answer isn't guaranteed. Was this a downloaded file and if so where from?

I believe that .RAW is a Unix utility generated disk image that can be renamed to .BIN. So that's your first step.

The next step is to create a .CUE file with the same name. You could do this in Notepad.EXE with appropriate reference to the file path:

FILE "C:\PATH\NAME.BIN" BINARY
TRACK 01 MODE2/2352
INDEX 01 00:00:00

Note in the above that the second line is indented to be under the "L" in "FILE" and the third line starts under the "A" in "TRACK".

Then use CDRWin with the correct settings to burn the .BIN file back.

let us know what happens
Reply With Quote