Re: Redirection
- From: "playwin" <playwin@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 14 Apr 2005 19:19:40 +0530
"Frank Hickman [MVP]" <fhickman_NOSP@xxxxxxxxxxxxxxx> wrote in message
news:OzDDefKQFHA.1932@xxxxxxxxxxxxxxxxxxxxxxx
> I don't understand what your really asking for here, at least not
entirely.
> Are you attempting to launch the mytype.exe with redirected standard
file
> handles so that mytype.exe opens the specified file and prints the
contents
> to stdout which is then captured by the parent process?
>
> --
> ============
> Frank Hickman
> Microsoft MVP
> NobleSoft, Inc.
> ============
> Replace the _nosp@m_ with @ to reply.
Exactly. However I also intend to use the SW_HIDE flag on the
child(console) process. so the user cann't even saw it.
In short if the child process don't ask for any input, i.e. it launched
by create process then flow all its output to STDOUT/STDERR(in this case
into the pipe) and terminates, there is no problem,but if its(child) ask
for the input in middle then all sort of trouble begins, how should I
handle that?
--
playwin
.
- Follow-Ups:
- Re: Redirection
- From: Frank Hickman [MVP]
- Re: Redirection
- References:
- Redirection
- From: playwin
- Re: Redirection
- From: Frank Hickman [MVP]
- Redirection
- Prev by Date: Re: what is meant by ?
- Next by Date: Re: Converting XmlNodeType Enum to String in Visual C++ .NET
- Previous by thread: Re: Redirection
- Next by thread: Re: Redirection
- Index(es):
Relevant Pages
|