home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / win32 / 2764 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.2 KB  |  28 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!spool.mu.edu!umn.edu!umeecs!quip.eecs.umich.edu!chrisl
  3. From: chrisl@quip.eecs.umich.edu (Chris Lang)
  4. Subject: Spawning programs from POSIX subsystem
  5. Message-ID: <1993Jan8.160217.19245@zip.eecs.umich.edu>
  6. Sender: news@zip.eecs.umich.edu (Mr. News)
  7. Organization: University of Michigan EECS Dept., Ann Arbor, MI
  8. Date: Fri, 8 Jan 1993 16:02:17 GMT
  9. Lines: 17
  10.  
  11. In NT, a Win32 program can use CreateProcess() to execute another program,
  12. without worrying about whether it is a POSIX, Win32, DOS, or whatever,
  13. program.  Does a similar facility exist for a POSIX program?  I have tried
  14. the exec?() family, but they seem only able to execute another POSIX
  15. program, and return with an error if the program is a Win32 or DOS program.
  16.  
  17. Is there another function that will do what I want, or is it just not
  18. something that is possible to do from within the POSIX subsystem?
  19.  
  20. Thanks.
  21.  
  22.  -Chris
  23. -- 
  24. Chris Lang   |   Univ. of Michigan Engineering   |   chrisl@umich.edu
  25. WORK: National Center for Manufacturing Sciences, 
  26.       900 Victors Way, Suite 310, Ann Arbor, MI, 48108        +1 313 995 0300
  27. "I hate quotations.  Tell me what you know."  - Ralph Waldo Emerson
  28.