Copy to DVD

Post Reply
grumpy
Posts: 48
Joined: Tue Dec 27, 2005 12:40 pm
Location: Australia

Copy to DVD

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Gerry,

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

Antonio Linares
www.fivetechsoft.com
grumpy
Posts: 48
Joined: Tue Dec 27, 2005 12:40 pm
Location: Australia

Copyfile()

Post by grumpy »

Yes, as long as Roxio Directcd was installed.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Gerry,

ok, I see.

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

Antonio Linares
www.fivetechsoft.com
Post Reply