High level command line program for burning CDs and DVDs?

Posted by stickmangumby on Super User See other posts from Super User or by stickmangumby
Published on 2010-03-12T21:38:30Z Indexed on 2010/03/12 21:48 UTC
Read the original article Hit count: 261

I'm sick of screwing around trying to script a clean solution to burn multiple files and folders to CDs and DVDs with wodim, growisofs and genisoimage.

I'm looking for a high level command line program that uses sensible defaults and takes arguments something like this:

[program-name] [cd|dvd] /path/to/dir1/ /path/to/dir2/ /path/to/file ...

It should then do all the low level copying and ISO generation transparently and just burn the damn disk!

Does anyone have any suggestions? I've looked at several programs but it seems there are too many choices to trawl through and not enough information about them online.

Thanks :)

© Super User or respective owner

Related posts about linux

Related posts about command-line