home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / win3l / 12810 < prev    next >
Encoding:
Internet Message Format  |  1993-01-24  |  1.1 KB

  1. Path: sparky!uunet!uvaarpa!darwin.sura.net!mojo.eng.umd.edu!keane
  2. From: keane@eng.umd.edu (Christopher Matthews Keane)
  3. Newsgroups: bit.listserv.win3-l
  4. Subject: Spawnl(), execl(), or fork() under Windows.
  5. Date: 24 Jan 1993 16:07:53 GMT
  6. Organization: Project GLUE, University of Maryland, College Park
  7. Lines: 18
  8. Distribution: world
  9. Message-ID: <1juespINN7ha@mojo.eng.umd.edu>
  10. NNTP-Posting-Host: earthsun.umd.edu
  11.  
  12. As this is the only Windows group I have access to - I hope I can get
  13. my question answered!
  14.  
  15. I am using BC++ 3.0 and trying to write a simple program to generate a
  16. dialog box with radio buttons which in turn select an application to
  17. execute.  I am finding that there is no spawn...(), exec...(), or
  18. fork() functions useable under Windows! Or am I simply missing
  19. something in the DOCS!  I would find it VERY hard to believe that
  20. Windows does not support child processes (not only that plenty of
  21. other Windows apps do -- but also that it is a pseudo-multitasking
  22. environment).
  23.  
  24. Do any programmers out there know the implementation of child
  25. processes under windows.  Thanks
  26. Cheers
  27. Christopher Keane
  28. keane@earthsun.umd.edu
  29.  
  30.