Capturing stdin/stdout for called processes
From: John Smith (someone_at_microsoft.com)
Date: 10/27/03
- Previous message: Richard Atkinson: "Re: NT server & Win2000 client problem"
- Next in thread: Rob Kennedy: "Re: Capturing stdin/stdout for called processes"
- Reply: Rob Kennedy: "Re: Capturing stdin/stdout for called processes"
- Reply: Martin Harvey (Demon Account): "Re: Capturing stdin/stdout for called processes"
- Reply: Michael Brown: "Re: Capturing stdin/stdout for called processes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 27 Oct 2003 05:33:39 GMT
Has Anyone found a stable way of capturing the sdtout stream from a called
process? For example, when calling another command line app, in C++ it's
pretty trivial to catch the stdout with a pipe, but I can't seem to get it
to work in Delphi, and I've tried getOverlapped read, pipes and threaded
access, to no avail. I either seem to get nothing, or hung.
Thanks for any advice or examples.
(Please excuse the 3-way x-post, and CC replies to mrcookies at yahoo)
- Previous message: Richard Atkinson: "Re: NT server & Win2000 client problem"
- Next in thread: Rob Kennedy: "Re: Capturing stdin/stdout for called processes"
- Reply: Rob Kennedy: "Re: Capturing stdin/stdout for called processes"
- Reply: Martin Harvey (Demon Account): "Re: Capturing stdin/stdout for called processes"
- Reply: Michael Brown: "Re: Capturing stdin/stdout for called processes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|