From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: Environment setting for running DJGPP in plain DOS in Win9x Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <3A64E668 DOT 163549AF AT uol DOT com DOT br> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 39 X-Trace: /b/VKW4dcLjYqtXVaV6TH8S2JOwfGuchYghWcV3wZg1DRmHqhJhi7CKMJVczi1AygO4mTD9PIpDY!bpQLSctiLqKhK8UaXdIYg02ADVVOknrkxd2rA1PomKLlffD7pteKGcGa07fOKhZh+RLRUSSMxiY8!/W37gA== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Wed, 17 Jan 2001 03:56:55 GMT Distribution: world Date: Wed, 17 Jan 2001 03:56:55 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Tue, 16 Jan 2001 22:25:12 -0200, Cesar Rabak wrote: >Due the specific need to run in plain DOS to use the yamd, I noticed >that a lot of programs run slower in this mode (Emacs seems to snail >like the ole 486 era!). Eight Megs And Constantly Swapping... >It seems to me that the main reason is the lack of a disk cache >(SMARTDRV?). ...without a cache. Ouch. >Now, does anybody knows how to setup the windows 98 environment so that >it runs the neeeded programs when booted in DOS and not in the `normal' >mode? When I didn't have time to look up how to do it on Win98, I just created a batch file c:\djgpp\bin\pure.bat ===== 8< ===== @echo off smartdrv (your DOS mouse driver) ===== 8< ===== Before I run any DJGPP programs from pure DOS, I, run pure.bat. BTW, the easiest way to get pure DOS in Windows ME is to keep pure DOS on a boot floppy and put the path to smartdrv into its autoexec.bat. --