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?
Asked
Active
Viewed 1,160 times
1
-
Which version of .NET, by the way? That might be useful... – Paul Sonier Apr 28 '09 at 21:32
4 Answers
6
You can do this via the ICDBurn interface.

Reed Copsey
- 554,122
- 78
- 1,158
- 1,373
-
1I 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
1
IMAPI is what you want. There are .net wrappers, but I've never used any of them.

JP Alioto
- 44,864
- 6
- 88
- 112
1
IMAPI2. In short, no, there is no easy way to write to a CD from within .NET.

Paul Sonier
- 38,903
- 3
- 77
- 117