Click to See Complete Forum and Search --> : .Bin Burner or Converter
bdg1983
11-27-2001, 08:16 PM
Need an app to burn .bin files using .cue sheet...much like cdrwin. Or is their such a proggy for Linux that will convert/extract in a native Linux format ???
**I don't want to ever have to boot back to Windows again ....pls help ***
:)
TIA
Willy
[ 27 November 2001: Message edited by: Willy ]
anton
11-27-2001, 09:54 PM
Fireburner is here to help ;) (http://www.fireburner.com)
r00t619
11-28-2001, 01:47 AM
Ack...Fireburner isn't FREE and there is a much easier solution.
cdrdao (http://cdrdao.sourceforge.net/)
Go there and download it and install it (make sure you get and compile PCCTS which it requires) and then to burn your .bin/.cue's you would do something like this:
#!/bin/sh
/usr/bin/cdrdao write --device 0,1,0 --driver generic-mmc --speed 8 --eject $1
Obviously you might have to adjust these settings to fit your system but this is a script that I wrote for my system called 'burncue' and I give it the path to my .cue file and I am happy 8 mins later :D
Hope this helps..let me know otherwise
bdg1983
11-28-2001, 06:37 PM
thanks for the info
:)