From: NoEmailAds AT execpc DOT com (Chris Giese) Newsgroups: comp.os.msdos.djgpp Subject: Re: DOS Box clear-up Date: Tue, 26 Jan 1999 02:38:35 GMT Organization: Cheeseland Clench Lines: 45 Message-ID: <78j9s1$r58@newsops.execpc.com> References: <3 DOT 0 DOT 1 DOT 16 DOT 19990124113513 DOT 26af1cee AT shadow DOT net> NNTP-Posting-Host: venus-125.mdm.hfd.execpc.com X-Trace: gotham-globe.newsops.execpc.com 917318337 27816 (None) 169.207.101.125 X-Complaints-To: abuse AT execpc DOT com X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Mind-control rays from black helicopters made Dave Bird write: >In article , Eli Zaretskii > writes >>On Sun, 24 Jan 1999, Ralph Proctor wrote: >> >>> Now, would you state if it is true that it is possible to run in DOS on a >>> Windows 95 and above machine WITH NO INTERFERENCE OR >>> INVOLVEMENT FROM Windows? >> >>I'm not really sure what you are asking about. > >I think he means: if he "RESETS THE MACHINE INTO DOS MODE", >can he be assured that Win95 is utterly gone, >until put back by actually re-booting. So-called 'MS-DOS Mode' leaves a stub in memory, so that Win95 restarts when you type EXIT. I witnessed apparent interference from this stub with Novell ODI network drivers (LSL.COM, IPXODI.COM, etc.) To get rid of the stub: cd \ attrib -h -r -s msdos.sys edit msdos.sys { Find the [Options] section } { Add or change the line "BootGUI=0" } { Exit editor } attrib +h +r +s msdos.sys This will cause only DOS 7 to load when the system boots. You can still type 'win' to load Win95, and get back to DOS 7 when Win95 shuts down (like Win 3.1). I don't know about flight simulators, but some old DOS software (e.g. AutoCAD r12) has ill-behaved DOS extenders that just won't work in a Windows DOS box. -- geezer@ | Sales rushes in where execpc.com | Engineering fears to tread pmode tutorial, homebrew OS: http://www.execpc.com/~geezer/os