Subject | Re: [ib-support] GFix pipe |
---|---|
Author | Marco Lauria |
Post date | 2003-06-12T23:19:10Z |
At 12.34 12/06/2003 -0500, you wrote:
in order to use "PIPES" you have to run it using the command interpreter
"cmd" on windows nt-2000-xp
or "command.com" under windows 9x
you have to call cmd /c ....
Regards
Marco
>I'm trying to execute a command like the following:Hi Don,
>
>"C:\Path\gfix" -validate -full -user "sysdba" -password "xx"
>C:\IB_DATA\MASTER.GDB > "c:\gbak.log"
>
>It works from a regular command prompt but fails with an exit code of 1 if
>ran from within my Delphi app. It has to do with the pipe. If I remove the
>'> "c:\gbak.log"' then it works from my app.
>
in order to use "PIPES" you have to run it using the command interpreter
"cmd" on windows nt-2000-xp
or "command.com" under windows 9x
you have to call cmd /c ....
Regards
Marco