home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / c / 20247 < prev    next >
Encoding:
Text File  |  1993-01-27  |  740 b   |  21 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!gumby!wupost!news.miami.edu!newssun.med.miami.edu!dbrown
  3. From: dbrown@newssun.med.miami.edu (Daniel Brown)
  4. Subject: spawnl() vs. WindExec()
  5. Message-ID: <1993Jan27.150243.2540@newssun.med.miami.edu>
  6. Organization: University of Miami, School Of Medicine
  7. Date: Wed, 27 Jan 1993 15:02:43 GMT
  8. Lines: 11
  9.  
  10. Now that I have my program working in the DOS environment, I'd like 
  11. to run it in windows.  I'm trying to figure out how to use WindExec(),
  12. but my on-line help says little about it.  Can anyone suggest an 
  13. example of how to transform this spawnl() call to a WindExec() call?:
  14.  
  15.     spawnl(P_WAIT, "tiffread.exec", "tiffread.exec", "marks.tif", NULL);
  16.  
  17. Thanks in advance,
  18.  
  19. Dan
  20. (please e-mail responses)
  21.