From: Eli Zaretskii Newsgroups: comp.os.msdos.programmer,comp.os.msdos.djgpp Subject: Re: WARNING: DOS is about to die. Date: Wed, 8 Sep 1999 10:15:10 +0200 Organization: NetVision Israel Lines: 17 Message-ID: References: <7quo1t$94k$1 AT solomon DOT cs DOT rose-hulman DOT edu> <37D2ECE3 DOT 9BB2B63E AT unb DOT ca> <37D5F211 DOT 2709BA15 AT unb DOT ca> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 936778437 916 199.203.121.2 (8 Sep 1999 08:13:57 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 8 Sep 1999 08:13:57 GMT X-Sender: eliz AT is In-Reply-To: <37D5F211.2709BA15@unb.ca> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 8 Sep 1999, Endlisnis wrote: > > At least on Windows 9X there is a way to control how frequently does > > Windows refresh the DOS box. I don't know if it works on NT. > > Do you mean the 'idle' measurement thingy? No, I mean the WindowUpdateTime parameter in SYSTEM.INI. By default, Windows checks the memory area where it maps the video RAM of the DOS box every 200 msec (I think). You can make this time smaller (by editing SYSTEM.INI and putting, e.g., WindowUpdateTime=100 in the [386Enh] section), and then the refresh will be faster. Of course, the rest of Windows will run a bit slower after that, but sometimes you don't care... As I said: I don't know if this will work on NT.