views:

204

answers:

3

Suppose I have a directory of 100 .ISO files. Do you know how I could automate burning them to DVDs? I'd basically like to send them to a DVD burner with a hopper of DVDs similar to how you can print sheets of paper on a printer.

Any ideas on how to do this on Windows?

A: 

On Linux, write a simple bash script which uses cdrecord.

Seika
A: 

On Mac OS, you could probably use Toast and AppleScript it.

BTW, what do you mean by "hopper"? You don't think of a mechanism to swap the media for you, do you? There are such machines, but that's not really programming related, and they come with software for such a task.

Thomas Tempelmann
I'm thinking of using a machine like this: http://www.primera.com/bravopro_disc_publisher.html but I want to find one that I can automate to burn different .ISOs. Lots of them only support duplicating DVDs.
Lance Fisher
+1  A: 

http://www.imgburn.com/

"There is an image queue system for when you're burning several images (which you can automatically share between multiple drives if you have more than one)"

blizpasta