X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: =?ISO-8859-1?Q?Hans-Bernhard_Br=F6ker?= Newsgroups: comp.os.msdos.djgpp Subject: Re: System() Date: Sat, 05 May 2012 21:46:56 +0200 Lines: 13 Message-ID: <4FA583B0.3080107@t-online.de> References: <92c86f75-e970-4998-94c6-56d6fbf885fe AT e15g2000vba DOT googlegroups DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de 7BIhwnox5nzZ3JwAYvll1g7hUcgBY2rVmI4eoj0xGgZaxKRNcH5s2WAzF/JL4pOoHoqMwAK02z Cancel-Lock: sha1:+i0cXdd4LCCeXHXAlLr+Jxi6UE0= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20120420 Thunderbird/12.0 In-Reply-To: <92c86f75-e970-4998-94c6-56d6fbf885fe@e15g2000vba.googlegroups.com> Bytes: 1511 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 05.05.2012 16:52, Georg wrote: > I wonder if it would be possible to write something like Norton/Volkov/ > Midnight commander in djgpp. Why settle for something "like" Midnight commander? It's quite possible that with some porting effort, you could just build the real MC on 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. No, it won't. The way DJGPP works means that its footprint in the 640 KiB areana is actually quite small.