To: djgpp AT delorie DOT com Subject: Re: Launching Windows progs from a C program (in a dos box) Message-ID: <19961214.154739.4847.4.chambersb@juno.com> References: <850235087 DOT 26429 DOT 0 AT firewall DOT tertio DOT co DOT uk> <58ma85$6v1$1 AT sydney DOT dialix DOT oz DOT au> From: chambersb AT juno DOT com (Benjamin D Chambers) Date: Fri, 13 Dec 1996 18:44:29 EST On 12 Dec 1996 19:43:06 GMT root AT tailor DOT aleim DOT net (root) writes: >Look, from a Dos program, you start a Windows program using > > system("win yourprogram"); > Problem: The program finishes, Windows is still running. The user has to quit Windows to get back to your program (this might be what you want, might not be - depends (without wings)). ...Chambers