How to use .bin files?
Moderator: LW Moderator
How to use .bin files?
Hi people! i have another question, i just downloaded a couple of files (from a game) that are in .bin format, but i dont know which program use to read them (i already tried with UltraISO) Any sugestion?
...not one will known of the war...
All those big *.bin files come with *.cue files (only a few k). You use the *.cue files to burn the *.bin files on CDs.
Guess you know Nero, right? So just click the "Open" button in Nero and select the *.cue file to burn the game to a CDR.
Or use a something like Daemon-Tools to mount the game into a virtual CD-Rom drive. Google on this if you need further explaination.
Guess you know Nero, right? So just click the "Open" button in Nero and select the *.cue file to burn the game to a CDR.
Or use a something like Daemon-Tools to mount the game into a virtual CD-Rom drive. Google on this if you need further explaination.

-
- Super Member
- Posts: 1225
- Joined: Thu Feb 24, 2005 3:52 pm
- Has thanked: 1 time
- Been thanked: 2 times
open notepad, write that :
or that :
and save file as "nameofthefile.cue"
Code: Select all
FILE "nameofthefile.BIN" BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00
Code: Select all
FILE "nameofthefile.BIN" BINARY
TRACK 01 MODE2/2352
INDEX 01 00:00:00