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 data to a cd direct from vb.net 1

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) as i call the COPY method ?

Tnx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top