views:

194

answers:

3

Is there an easy way to write to a CD from .Net? How about creating a multisession CD that autoruns an executable that writes to itself?

+5  A: 

You can do this via the ICDBurn interface.

See this article for details.

Reed Copsey
I used this for a simple backup to cd system for my mother. Worked a charm. Multisession disks are no problem, and you could create the initial disk with the autorun and executable on it without too much effort.
Jamie Penney
+1  A: 

IMAPI is what you want. There are .net wrappers, but I've never used any of them.

JP Alioto
+1  A: 

IMAPI2. In short, no, there is no easy way to write to a CD from within .NET.

McWafflestix