标签: .net autorun cd-burning
是否有一种从.Net写入CD的简单方法?如何创建一个多区段CD来自动执行写入自身的可执行文件?
答案 0 :(得分:6)
您可以通过ICDBurn interface。
请参阅this article for details。
答案 1 :(得分:1)
IMAPI is what you want.有.net wrappers,但我从未使用any of them。
答案 2 :(得分:1)
IMAPI2。简而言之,不,没有简单的方法可以从.NET中写入CD。
答案 3 :(得分:0)
Burning and Erasing CD/DVD/Blu-ray Media with C# and IMAPI2 @ codeproject.com