Subject Re: [ib-support] Calling GBAK from my app
Author Entrebytes S.L.
procedure TForm1.InstalarClick(Sender: TObject);
var
ejecucion : String;
begin
ejecucion:='d:\gbak -p 1024 -R -T -USER SYSDBA -PAS masterkey
'+ruta.text+'empresa.gbk
'+pathserver.text+':/home/ebytes/'+pathinst.text+'/'+pathemp.text+'/'+pathem
p.text+'.GDB';
WinExec(PChar(ejecucion),sw_normal);
end;

Javi
EntreBytes S.L.
Ontenient , Spain
ERP Development.