PDA

View Full Version : Unpack and burn



maGot
October 21st, 2007, 06:37 PM
Hi!

Is there a way to do a script or something that first can unrar (unpack) archivers and then burn the unpacked iso/img file to a dvd and then delete the iso/img file?

What would have been great!

/Best regards maGot! ):P

spin2cool
October 21st, 2007, 07:44 PM
You want to look into creating a simple bash script, using the following commands:

unrar
cdrecord (for CDs)
growisofs (for DVDs)

Doing some searches will turn up more info on all of them.