Hoyt wrote:

> > How come there is not a usable burner software package that i can just
> > click here for cd to cd or iso to cd or file to cd burning and off it
> goes?

If this is what you want to do, use mkisofs and cdrecord and eliminate
the middle-man.  It's just faster.  Try:

mkisofs -r -o cd.raw /mnt/src_cd
cdrecord dev=0,0,0 cd.raw
rm cd.raw

You'll probably want to add a couple commandline options to affect the
speed, reporting, etc and you can get fancy and couple the commands. 
Once you get what you want, stick && between each of the commands and
define the whole mess as an alias called cpCD or something similar.

The GUIs are fine if you need to pick through files but when making
copies the commandline provides you with more flexibility and turning
the syntax into an alias or script into a no-brainer.

Cheers --- Larry

Reply via email to