home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.open-look
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!elroy.jpl.nasa.gov!decwrl!csus.edu!netcom.com!kemnitz
- From: kemnitz@netcom.com (Greg Kemnitz)
- Subject: Re: Redirecting stdout/stderr of child program
- Message-ID: <w6_nz+b.kemnitz@netcom.com>
- Date: Fri, 21 Aug 92 22:30:41 GMT
- Organization: Netcom - Online Communication Services (408 241-9760 guest)
- References: <1992Aug21.152603.17253@bmw.mayo.edu> <k6_n80=.kemnitz@netcom.com>
- Lines: 26
-
- In article <1992Aug21.152603.17253@bmw.mayo.edu> vdp@mayo.edu writes:
- =Hi :
- =
- = I have made a XView Toolkit based program for starting some programs
- =(X Window Based programs) via fork()/exec()ing using button call backs etc.
- =I would like to gather the stdout/stderr of the child programs and put it
- =out in a separate Text Window as I would not like the stdout/stderr of these
- =programs to go to the parent cmd/shelltool (or console) and clutter it.
- =Is there anyway by which I can redirect the stdout/err ??
- =
- =--- Vinayak Dutt
- =-------------------------------------------------------
- = vinayak dutt
- = Medical Sciences Building (2) Mayo Clinic
- = Rochester MN 55905
- = e-mail: vdp@mayo.edu
- =-------------------------------------------------------
- =
- =
- =
-
- Write a filter to display anything(another X Window Based programs).
- Then exec (your X Window Based programs | filter).
-
-
-
-