Date: Tue, 15 Feb 2000 14:08:14 -0500 Message-Id: <200002151908.OAA27752@envy.delorie.com> From: DJ Delorie To: eliz AT is DOT elta DOT co DOT il CC: djgpp AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Tue, 15 Feb 2000 09:48:10 +0200 (IST)) Subject: Re: Untrapping Ctrl-C in DJGPP References: 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 > Is this true for a dual-mode DOS/Windows program as well? If > COMMAND.COM is a dual program, it must have a real DOS part, not a > stub. I don't see why not. The EXE header says where the PE headers starts, if it has both it's dual mode. You can put in *any* dos program (except djgpp programs, which already have something after the stub) as the PE stub.