hi,
I do the following for example:
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
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