X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Georg Newsgroups: comp.os.msdos.djgpp Subject: System() Date: Sat, 5 May 2012 07:52:00 -0700 (PDT) Organization: http://groups.google.com Lines: 11 Message-ID: <92c86f75-e970-4998-94c6-56d6fbf885fe@e15g2000vba.googlegroups.com> NNTP-Posting-Host: 2.174.182.95 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1336229643 2682 127.0.0.1 (5 May 2012 14:54:03 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 5 May 2012 14:54:03 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: e15g2000vba.googlegroups.com; posting-host=2.174.182.95; posting-account=v5xbdQoAAAAOGc9Ccc-kLZyobvPlN3Qr User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4,gzip(gfe) Bytes: 1450 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I wonder if it would be possible to write something like Norton/Volkov/ Midnight commander in djgpp. When I select an executable file on the screen I would like to execute that. However, e.g. system("command.com") will take quite a chunk of the available memory in real mode. What could be done to execute the selected program with as much memory as possible? And return to the commander when this program terminates? Georg