Question

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?

Was it helpful?

Solution

You can do this via the ICDBurn interface.

See this article for details.

OTHER TIPS

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

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top