1

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?

Brian
  • 5,826
  • 11
  • 60
  • 82

4 Answers4

6

You can do this via the ICDBurn interface.

See this article for details.

Reed Copsey
  • 554,122
  • 78
  • 1,158
  • 1,373
  • 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
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