Subject | Re: [firebird-support] Re: problem with gbak |
---|---|
Author | Stefan Heymann |
Post date | 2009-09-30T11:48:43Z |
> I m generating the log file through gbak with the -Y switch, then iGBAK -v -t -blablabla
> m reading the file for the existence of "gbak: ERROR:".
> Can you help me with a better mechanism with which i can get the gbak error code.
IF ERRORLEVEL 1 GOTO HANDLEERROR
REM GBAK was successful
:HANDLEERROR
REM GBAK was not successful
HTH
Regards
Stefan