To Backup database into CD or Tape

Post Reply
Masita
Posts: 2
Joined: Fri Oct 14, 2005 4:05 am
Location: Malaysia
Contact:

To Backup database into CD or Tape

Post by Masita »

Hi all,

Anyone can let me know on how I can write a finvewin-CA clipper programm to let my user do a backup for their database into CD or Tape ?
Any special function kan use in fivewin ?

Currently, I only manage to create a backup with zipfile and copy into destination selected by user.

I've NO IDEA how to backup direct to CD or TAPE.

Anyone, please help.

--
Masita
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

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

Antonio Linares
www.fivetechsoft.com
User avatar
Manuel Valdenebro
Posts: 706
Joined: Thu Oct 06, 2005 9:57 pm
Location: Málaga-España

Post by Manuel Valdenebro »

if you use NERO Burning Software > v5.5x your can use Nero Command-
Line Tool :

C:\Programme\Ahead\Nero\NeroCmd.exe --write --drivename W --speed
12 --real --tao --disable_eject --underrun_prot --iso Backup --create_iso_fs
"D:\ALASKA\*.*" --recursive --verify --nero_log_timestamp --no_user_interact
ion --detect_non_empty_cdrw --force_erase_cdrw


ALL in one Line !!!
User avatar
RAMESHBABU
Posts: 591
Joined: Fri Oct 21, 2005 5:54 am
Location: Secunderabad (T.S), India

Post by RAMESHBABU »

Hi Masita

I use InCd which comes alongwith Nero burning software to manage
backups to CD, just with copy or delete commands from command prompt or from FWH, simply the way we copy files from one drive to another drive. But it is possible only on Re-writable and formated CDs. You can format a blank Re-writable CD using InCd itself for the first time and next time onwards you can manage your files on to CD using simple
DOS Commands.

- Ramesh Babu
jufer
Posts: 50
Joined: Wed Nov 16, 2005 7:10 pm
Location: Portugal

Post by jufer »

Antonio Linares wrote:You may review http://www.noway.com/
Caro amigo Linares

Fiz o download do viacdr10a_demo03.zip e no demo03.prg tem uma instrução oCDR := VIACDR():New() cuja function não se encontra no ficheiro PRG.

Seria possivel ajudar-me neste meu problema??

Muito obrigado

Julio Fernandes
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Julio,

From its web site you may contact support@noway.com
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply