Date: Mon, 14 Feb 2000 09:42:48 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Gautier cc: djgpp AT delorie DOT com Subject: Re: Untrapping Ctrl-C in DJGPP In-Reply-To: <38A6DF4C.28ED4714@maths.unine.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 13 Feb 2000, Gautier wrote: > *But* for command.com and edit.com, they are no EXEs That's not true: both command.com and edit.com which come with Windows are actually EXE programs. Look at the first two bytes, and you will see the telltale "MZ" signature. > and seem too small > to contain 2 programs in one (the DOS and the Win32 console app) - As far as I could see they are compressed, so there's no easy way to judge their size. I don't say that I know for a fact that these are Windows console applications. I just don't know that they aren't.