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?

link|improve this question

Which version of .NET, by the way? That might be useful... – Paul Sonier Apr 28 '09 at 21:32
feedback

4 Answers

up vote 5 down vote accepted

You can do this via the ICDBurn interface.

See this article for details.

link|improve this answer
1  
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 Apr 28 '09 at 22:56
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.