wes schreiner wrote: > Bob van der Poel <bob@xxxxxxxxxxxx> wrote: > >> I'm getting to point where I need to burn a bunch of my new audio CD. >> Does anyone happen to have an application which will run 2 or 3 burners >> at the same time? > > cdcontrol can do it. Looks like this will be just fine. I was thinking I'd write a script for cdrecord which would be something like (very simple, not tested!!!) #!/bin/sh SONGS = song1.wav song2.wav etc cdrecord dev=/dev/cdrom0 $SONGS >status1 & cdrecord dev=/dev/cdrom1 $SONGS > status2 & but was really hoping that someone had done it already. Besides, I've had some coasters burned with cdrecord in the distant past. Thanks. -- Bob van der Poel ** Wynndel, British Columbia, CANADA ** EMAIL: bob@xxxxxxxxxxxx WWW: http://www.mellowood.ca _______________________________________________ Linux-audio-user mailing list Linux-audio-user@xxxxxxxxxxxxxxxxxxxx http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user