Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!cs.yale.edu!spolsky-joel From: spolsky-joel@cs.yale.edu (Joel Spolsky) Newsgroups: comp.windows.ms Subject: Re: DOS windows in Enhanced mode?? Message-ID: <26056@cs.yale.edu> Date: 8 Sep 90 15:15:18 GMT References: <9009052355.AA21062@ucbvax.Berkeley.EDU> <1990Sep6.211922.6571@world.std.com> Sender: news@cs.yale.edu Organization: Yale University Computer Science Dept., New Haven, CT 06520-2158 Lines: 18 Nntp-Posting-Host: zoo-gw.cs.yale.edu Originator: spolsky@suned.CS.Yale.Edu In article marshall@wind55.seri.gov (Marshall L. Buhl) writes: >goodearl@world.std.com (Robert Goodearl) writes: >>To turn a full-screen dos application into a windowed one, press Alt-Return. >I am under the impression that this will work only for those >applications that use DOS calls to write to screen. You are under a mistaken impression; that is simply not true. On a 386 Windows intercepts direct screen writes and converts them to window draws. On a 286 DOS app's won't run in a window. In the old days, Windows/286 could put programs that used the bios for screen output in windows, and Windows/386 could put any program into a window. The ability to intercept BIOS screen output functions on a 286 was eliminated from Win3 because it is so useless. Joel Spolsky spolsky@cs.yale.edu Talk Hard.