Subject Re: [firebird-support] Re: End user repair utility - assuming the worst-case.
Author Michael Ludwig
homerjones1941 schrieb am 19.01.2011 um 19:07 (-0000):

> Ann, thank you for the truly wonderful response.

Yes, that was really good.

> When I run gfix -v -n, is there a way to get the result such that I
> can parse it? I've tried a simple pipe into a .TXT file, but my syntax
> may not have been correct.
> gfix -z -u <username> -p <password> <Database> | <destination file>

Use | to pipe the output to another command:

dir | findstr /i fire

User > to redirect standard output to a file:

dir > list.txt

--
Michael Ludwig