X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Tim Nicholson Newsgroups: comp.os.msdos.djgpp Subject: Re: DOS version and Audio Card for DOS\DJGPP\ALLEGRO application Date: Thu, 4 Apr 2002 18:22:32 +0000 (UTC) Organization: Skyforce Lines: 20 Message-ID: References: <7g0r8.118566$%g7 DOT 3782327 AT twister2 DOT libero DOT it> NNTP-Posting-Host: host217-35-60-54.in-addr.btopenworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: knossos.btinternet.com 1017944552 16756 217.35.60.54 (4 Apr 2002 18:22:32 GMT) X-Complaints-To: news-complaints AT lists DOT btinternet DOT com NNTP-Posting-Date: Thu, 4 Apr 2002 18:22:32 +0000 (UTC) User-Agent: KNode/0.6.1 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Nirvana wrote: snip > If not how i can configure autoexec/config to order my machine to start > with DOS instead of Win95 (for obvious reason i can't press F5 and select > step by step every time i boot up) There is a hidden system file in the root directory called MSDOS.SYS If you open this in a text editor you will find that it is a simple text file. There is an option called BOOTGUI which is set to 1. Change this to 0 and your system will then always boot into DOS not Win95. (You will need to change the readonly attribute before you save!) This also works for 98 but not ME / NT or XP From DOS, you can start Windows by typing WIN. Tim