CD burn from console app

  • Thread starter Thread starter Bernie
  • Start date Start date
B

Bernie

Hi,

I'm very new to .NET but have been using VB since version 5. I need a way to
write a backup file to CD without user intervention. A command line batch
file would be easiest but I also want to use the "write to CD" facilities of
WinXP and don't want the user to have to pay for a third party program like
Nero which has command line capabilities. Is there any way this can be done
with a console app? (or any other way for that matter)

Bernie

--
 
Hi,

Free windows xp burn component from microsoft.
http://msdn.microsoft.com/vcsharp/team/code/xpburn/default.aspx

Here is a way to activate the windows xp burn wizard.
http://www.onteorasoftware.com/downloads/vbburn.zip

Ken
-----------------------
Hi,

I'm very new to .NET but have been using VB since version 5. I need a way to
write a backup file to CD without user intervention. A command line batch
file would be easiest but I also want to use the "write to CD" facilities of
WinXP and don't want the user to have to pay for a third party program like
Nero which has command line capabilities. Is there any way this can be done
with a console app? (or any other way for that matter)

Bernie

--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top