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?
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
2009-04-28 22:56:12
+1
A:
IMAPI is what you want. There are .net wrappers, but I've never used any of them.
JP Alioto
2009-04-28 21:26:55
+1
A:
IMAPI2. In short, no, there is no easy way to write to a CD from within .NET.
McWafflestix
2009-04-28 21:32:28