Page 1 of 1

Copy to DVD

Posted: Mon Jan 09, 2006 1:49 am
by grumpy
I have a system that has users place a writable CD in the drive and then I perform a backup of the data files to the CD I have been using the following method to do the copy, DLL32 FUNCTION CopyFile( cExFile AS LPSTR, cNewFile AS LPSTR, lFailIfEx AS LONG ); AS BOOL FROM "CopyFileA" LIB "Kernel32.dll" my question is is there anything I should be aware of if I go to DVDs to perform the backup - I need to do this both for space (as I can then allow the users to accumulate more data before each backup) and new equipment reasons. This is a very data intensive system. It seems that DVD writers are now becoming the standard in PCs.

Cheers
Gerry

Posted: Mon Jan 09, 2006 8:27 am
by Antonio Linares
Gerry,

Were you able to directly copy files to the CD using CopyFile() ?

Copyfile()

Posted: Mon Jan 09, 2006 9:47 am
by grumpy
Yes, as long as Roxio Directcd was installed.

Posted: Mon Jan 09, 2006 9:49 am
by Antonio Linares
Gerry,

ok, I see.

You may review this software: http://www.noway.com