From: c DOT richter AT or-computers DOT de (Christian Richter) Newsgroups: comp.os.msdos.djgpp Subject: 16bit program calls from 32bit djgpp Date: 15 Nov 2001 01:47:44 -0800 Organization: http://groups.google.com/ Lines: 21 Message-ID: NNTP-Posting-Host: 62.154.241.226 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1005817664 8149 127.0.0.1 (15 Nov 2001 09:47:44 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 15 Nov 2001 09:47:44 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, I was reading already some documentation, newsgroup and FAQ about DJGPP but I could not find a good answer to following question. Is it possible to call a conventional 16bit DOS program within the 32bit environment? For example: 1) I use a GNU shell provided by djgpp. Can I start a 16bit DOS program (foo.exe) from this shell? bash> foo 2) I have a 32bit application and want to call foo.exe within that program with a "system()"-like call. Is this possible? Christian