no standard output

  • Thread starter Thread starter Dirk Reske
  • Start date Start date
D

Dirk Reske

Hello,

when I start a console app manually I get the output into the console.
But when I start it with my application and read the standardOutput (which
is redirected),
I get nothing?
It works fine with other console apps!
Does this app doesn't work with standard output?
Is there a way to read this output by another way?

thx
 
Dirk Reske said:
when I start a console app manually I get the output into the console.
But when I start it with my application and read the standardOutput (which
is redirected),
I get nothing?
It works fine with other console apps!
Does this app doesn't work with standard output?
Is there a way to read this output by another way?

Perhaps it's writing to standard error instead of standard output?
 
Back
Top