home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / mswindo / programm / win32 / 2012 < prev    next >
Encoding:
Text File  |  1992-11-17  |  2.0 KB  |  45 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!pmafire!mica.inel.gov!ux1!news.byu.edu!hamblin.math.byu.edu!sol.ctr.columbia.edu!usc!zaphod.mps.ohio-state.edu!darwin.sura.net!spool.mu.edu!agate!stanford.edu!rock!concert!sas!mozart.unx.sas.com!sasdxk
  3. From: sasdxk@skyhawk.unx.sas.com (Dave Kolb)
  4. Subject: Re: Win32 equivalent of popen()
  5. Originator: sasdxk@skyhawk.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <BxvB36.H3x@unx.sas.com>
  8. Date: Tue, 17 Nov 1992 15:59:29 GMT
  9. References:  <1eav9tINNor9@armory.centerline.com>
  10. Nntp-Posting-Host: skyhawk.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Lines: 31
  13.  
  14.  
  15. In article <1eav9tINNor9@armory.centerline.com>, cparker@centerline.com (Charles Parker) writes:
  16. |> How does one do the equivalent of popen() in NT? I want
  17. |> to start another process, but make sure that it's stdin
  18. |> and stdout are pointed to pipes which the parent
  19. |> process has the opposite ends of. This is such an obvious
  20. |> and standard thinq that I am sure it must be possible.But
  21. |> how? To avoid confusion, I will say that the child process
  22. |> is totally unknowing, and thus can perform no initialization
  23. |> of this sort on its own.
  24. |>
  25. |> ---
  26. |> ---------------------------------------------------------
  27. |>
  28. |> Charles Parker                         Phone.(800) 669 9165
  29. |> Technical Support                    (617) 498 3321
  30. |> CenterLine Software, Inc.        Fax.(617) 868 6655
  31. |>
  32. |>                                        cyberspace
  33. |> momma, don't let yer children grow up to be ^ cowboys ...
  34. |> ---------------------------------------------------------
  35. |>
  36.  
  37. There is a good example of doing this in the \q_a\samples\inherit
  38. directory on the CD and in the SDK Prog Reference Overviews book.
  39. -- 
  40. Dave Kolb                     Opinions are mine not SAS'
  41. SAS Institute, Inc.           EMAIL:      sasdxk@unx.sas.com
  42. SAS Campus Drive - J206       Phone:      (919) 677-8000 x6827
  43. Cary, NC  27513-2414 USA      FAX:        (919) 677-8123
  44.  
  45.