Subject | Re: [firebird-support] OT: Redirecting GBAK output to the standard output |
---|---|
Author | Gary Marshall |
Post date | 2003-08-04T13:00:05Z |
> > I am using -V but the messages are not being written to STDOUT. If theypiping
> > were, I could pipe them into a file or (in this case) capture them and
> > display them in Delphi, and I can not do this. Any attempt to use
> > still results in the messages being displayed onscreen.when
>
> Ah, I see. No, gbak doesn't go to STDOUT. There is a fix in the code which
> remedies this for the next maintenance release of Fb1.0. (Don't ask me
> the next maintenance release is due - Autumn, I guess.)to
>
> You can use the -y option to write the log to a file. The trick there is
> make sure that the file doesn't exist.Or use the Win32 GetTempFileName() call to get a temporary file name that
you can use.
G