FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for CA-Clipper Copy to DVD
Posts: 48
Joined: Tue Dec 27, 2005 12:40 PM
Copy to DVD
Posted: Mon Jan 09, 2006 01:49 AM
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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Copy to DVD
Posted: Mon Jan 09, 2006 08:27 AM

Gerry,

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 48
Joined: Tue Dec 27, 2005 12:40 PM
Copyfile()
Posted: Mon Jan 09, 2006 09:47 AM

Yes, as long as Roxio Directcd was installed.

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Copy to DVD
Posted: Mon Jan 09, 2006 09:49 AM

Gerry,

ok, I see.

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

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion