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
To Backup database into CD or Tape
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Manuel Valdenebro
- Posts: 706
- Joined: Thu Oct 06, 2005 9:57 pm
- Location: Málaga-España
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 !!!
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 !!!
- RAMESHBABU
- Posts: 591
- Joined: Fri Oct 21, 2005 5:54 am
- Location: Secunderabad (T.S), India
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
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
Caro amigo LinaresAntonio Linares wrote:You may review http://www.noway.com/
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: