home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!gumby!wupost!news.miami.edu!newssun.med.miami.edu!dbrown
- From: dbrown@newssun.med.miami.edu (Daniel Brown)
- Subject: spawnl() vs. WindExec()
- Message-ID: <1993Jan27.150243.2540@newssun.med.miami.edu>
- Organization: University of Miami, School Of Medicine
- Date: Wed, 27 Jan 1993 15:02:43 GMT
- Lines: 11
-
- Now that I have my program working in the DOS environment, I'd like
- to run it in windows. I'm trying to figure out how to use WindExec(),
- but my on-line help says little about it. Can anyone suggest an
- example of how to transform this spawnl() call to a WindExec() call?:
-
- spawnl(P_WAIT, "tiffread.exec", "tiffread.exec", "marks.tif", NULL);
-
- Thanks in advance,
-
- Dan
- (please e-mail responses)
-