in reply to Re: pipes on NT
in thread pipes on NT

The tricky part is that app.exe starts a console application (in effect becomes a new shell). app.exe does not accept just any command. You have to wait till it starts, then enter your commands.

As to your suggestions, I get the same error when piping from command line. I believe that app.exe is not set up to accept input from pipes.

Good news is that I found the code for app.exe. So now I get to figure out whats going on in there (written in C). Ah, what a slippery slope. ;D

Thanks for the input!

Replies are listed 'Best First'.
Re^3: pipes on NT
by Solo (Deacon) on Feb 06, 2003 at 03:06 UTC
    As to your suggestions, I get the same error when piping from command line. I believe that app.exe is not set up to accept input from pipes.
    That's the intention of the test. ;)

    Best of luck!

    --
    May the Source be with you.