Subject Re: [ib-support] Two problems/questions with GBAK
Author Dorin Pacurar
Hi Joe !

> Are you using WinExec to call GBAK? I have the problem that WinExec
returns
> immediately after it calls GBAK, even though GBAK is still running. How
do you
> know when GBAK is done?

Try using the CreateProcess() function.

Dorin