Re: Running DOS program within MFC GUI APP
- From: David Lowndes <davidl@xxxxxxxxxxxxxxx>
- Date: Sat, 10 Sep 2005 12:48:27 +0100
>Within the MFC environment, what is the preferred way to synchronously spawn
>(i.e. execute and wait) a DOS console application (with an argv argument
>list).
Use CreateProcess and WaitForSingleObject on the process handle
returned in the PROCESS_INFORMATION structure.
Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq
.
- Follow-Ups:
- Re: Running DOS program within MFC GUI APP
- From: David Ching
- Re: Running DOS program within MFC GUI APP
- References:
- Running DOS program within MFC GUI APP
- From: Corey Wirun
- Running DOS program within MFC GUI APP
- Prev by Date: Re: resource-only DLL and LNK2019 error!!
- Next by Date: DIB section
- Previous by thread: Running DOS program within MFC GUI APP
- Next by thread: Re: Running DOS program within MFC GUI APP
- Index(es):
Relevant Pages
|