From: AndrewJ Newsgroups: comp.os.msdos.djgpp Subject: Re: Common DOS programs in DJGPP Message-ID: <2dn4ssslpe78sgmhoscp7aem2aj86o4p3r@4ax.com> References: X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 19 Date: Fri, 15 Sep 2000 17:35:45 GMT NNTP-Posting-Host: 24.42.120.18 X-Complaints-To: abuse AT home DOT net X-Trace: news3.rdc1.on.home.com 969039345 24.42.120.18 (Fri, 15 Sep 2000 10:35:45 PDT) NNTP-Posting-Date: Fri, 15 Sep 2000 10:35:45 PDT Organization: Excite AT Home - The Leader in Broadband To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Fri, 15 Sep 2000 09:20:03 -0400, George Kinney wrote: >>>...console programs don't run in a DOS box. >>>They run in Win32 console mode. >> >>I knew that, but why does a Win32 console window in Windows 95, >>Windows 98, or Windows NT 4 say "MS-DOS" in the upper left corner? > >Because that's the description applied to the shortcut you used to >start the DOS session. (look at the properties for dosprmpt.lnk) What are you talking about? Try using the Start->Run command to execute a console application, like try pinging yourself (ping 127.0.0.1 -n 10, for example). It still brings up a window that has the MSDOS icon in the upper left corner, even though it is running a console application. -- AndrewJ