bin and cue

rymort

In Runtime
Messages
223
I have a program i want to burn to cd, i have the bin file but no cue file came with it, is there a way to make a cue file?
 
the bin file is 200mb, but the cue files are only 1kb, there must be a way top get this image onto a cd
 
Yes there is a way to make the cue file. Its actually very simple. I dont remmeber the exact coding but its like 3 or 4 lines. If you have another *.cue file for another movie then just open that one up in notepad. I believe the only thing you have to change is the *.bin file name, then resave it as the EXACT same name as the .bin file and place in the same folder (except this file will have the .cue extension). I dont have any files here, but i will try to upload one tomorrow or later tonight. Otherwise, heres a site that'll do it for you, if its a music CD:

http://www.stutenandy.de/cue.php?lang=en
 
I just found a better site. This is all the code you need, just manipulate it:

FILE "RSC-KCSB.BIN" BINARY
TRACK 01 MODE2/2352
INDEX 01 00:00:00

Line1: The CUE file refers to the BIN file called "RSC-KCSB.BIN"
Line2: Track 1 of the CD is stored in Mode 2 and starts at the beginning of the CD.

For better reference just go here: http://www.weethet.nl/english/cdrw_usingnero_bincue.php
 
Back
Top Bottom