Write to a CD from .Net

1.1k views Asked by At

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?

4

There are 4 answers

1
Reed Copsey On BEST ANSWER

You can do this via the ICDBurn interface.

See this article for details.

0
JP Alioto On

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

0
Paul Sonier On

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