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 best solutions below

1
On BEST ANSWER

You can do this via the ICDBurn interface.

See this article for details.

0
On

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

0
On

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

0
On