Fórum Erro do winzip ao efetuar backup! #263485
27/12/2004
0
Estou fazendo backup mas aparece o seguinte erro no winzip!
Action: Add (and replace) files Include subfolders: yes Save full path: no
updating receitas.DB
Warning: The following file is open by another program. If that program
Warning: writes to the file while WinZip is zipping the file, the zipped
Warning: file may be corrupt: C:\Claudenir\damv\dados\receitas.DB
updating receitas.PX
Warning: The following file is open by another program. If that program
Warning: writes to the file while WinZip is zipping the file, the zipped
Warning: file may be corrupt: C:\Claudenir\damv\dados\receitas.PX
updating damv.MB
Warning: The following file is open by another program. If that program
Warning: writes to the file while WinZip is zipping the file, the zipped
Warning: file may be corrupt: C:\Claudenir\damv\dados\damv.MB
updating damv.DB
Warning: The following file is open by another program. If that program
Warning: writes to the file while WinZip is zipping the file, the zipped
Warning: file may be corrupt: C:\Claudenir\damv\dados\damv.DB
updating damv.PX
Warning: The following file is open by another program. If that program
Warning: writes to the file while WinZip is zipping the file, the zipped
Warning: file may be corrupt: C:\Claudenir\damv\dados\damv.PX
updating usuarios.db
Warning: The following file is open by another program. If that program
Warning: writes to the file while WinZip is zipping the file, the zipped
Warning: file may be corrupt: C:\Claudenir\damv\dados\usuarios.db
updating usuarios.PX
Warning: The following file is open by another program. If that program
Warning: writes to the file while WinZip is zipping the file, the zipped
Warning: file may be corrupt: C:\Claudenir\damv\dados\usuarios.PX
updating pagos.MB
Warning: The following file is open by another program. If that program
Warning: writes to the file while WinZip is zipping the file, the zipped
Warning: file may be corrupt: C:\Claudenir\damv\dados\pagos.MB
updating pagos.DB
Warning: The following file is open by another program. If that program
Warning: writes to the file while WinZip is zipping the file, the zipped
Warning: file may be corrupt: C:\Claudenir\damv\dados\pagos.DB
updating pagos.PX
Warning: The following file is open by another program. If that program
Warning: writes to the file while WinZip is zipping the file, the zipped
Warning: file may be corrupt: C:\Claudenir\damv\dados\pagos.PX
updating pagos.TV
updating pagos.FAM
updating PDOXUSRS.LCK
Warning: The following file is open by another program. If that program
Warning: writes to the file while WinZip is zipping the file, the zipped
Warning: file may be corrupt: C:\Claudenir\damv\dados\PDOXUSRS.LCK
updating PARADOX.LCK
replacing old Zip file
Abaixo está o código do meu backup! Se puderem me ajudem!
procedure Tfrmbackup.cmdinibackupClick(Sender: TObject);
begin
dm.tbldamv.Active := false;
dm.tbldamv.Active:= false;
dm.tblusuarios.Active:= false;
dm.tblpagos.active := false;
ShellExecute(0,nil,´winzip32.EXE´, ´-a A:\backup.zip C:\Claudenir\damv\dados\*.*´,nil,sw_show);
exit;
Showmessage(´Cópia efetuada com sucesso!´);
frmbackup.close;
:D Desde já muito obrigado!
Claudenir.antunes
Curtir tópico
+ 0Posts
27/12/2004
Gandalf.nho
Gostei + 0
27/12/2004
Claudenir.antunes
Estou testando através do delphi! Há problema nisso?
Gostei + 0
27/12/2004
Gandalf.nho
Gostei + 0
28/12/2004
Claudenir.antunes
Muito Obrigado pela ajuda! FELIZ ANO NOVO! :D
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)