Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

write to a cd or dvd DIRECTLY from a vb.net app

Status
Not open for further replies.

Horowitz

Programmer
Jan 29, 2005
30
GR
hi,
I do the following for example:

Code:
imports System.IO
file.copy("c:\test.txt","e:\test.txt")

If e:\ is e.g a cdrom, the file test.txt will NOT be written to the disk. The tray icon will appear and then I have to click on "Write these files" and then windows burn the cd.

What should i do so as to write directly the files on the cd without the windows wizard ???

Tnx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top