How to detect when a console child process is waiting for input?
- From: "Alex Hong" <hctiaa@xxxxxxxx>
- Date: Mon, 2 May 2005 15:34:16 +0800
I am writing a program that tests console programs by creating them as child
processes and redirecting their input/output. And I would like to know when
the console child process is waiting for input, so that I can give them
input at a proper time. But the MSDN library only offers a
WaitForInputIdle() function which will always return true with a console
program. Is there any way to decide if the child process is waiting for
input?
Thanks in advance.
Alex
.
- Follow-Ups:
- Re: How to detect when a console child process is waiting for input?
- From: Alex Hong
- Re: How to detect when a console child process is waiting for input?
- From: Severian [MVP]
- Re: How to detect when a console child process is waiting for input?
- From: Gary Chanson
- Re: How to detect when a console child process is waiting for input?
- Prev by Date: cannot see debug output in kd
- Next by Date: Re: How to detect when a console child process is waiting for input?
- Previous by thread: cannot see debug output in kd
- Next by thread: Re: How to detect when a console child process is waiting for input?
- Index(es):
Relevant Pages
|