Xref: utzoo comp.os.msdos.programmer:3760 comp.os.msdos.misc:1351 alt.msdos.programmer:2420 Path: utzoo!utgpu!cs.utexas.edu!usc!nic.csu.net!beach.csulb.edu!csus.edu!wuarchive!zaphod.mps.ohio-state.edu!caen!hellgate.utah.edu!fcom.cc.utah.edu!npd.novell.com!newsun!tporczyk From: tporczyk@na.excelan.com (Tony Porczyk) Newsgroups: comp.os.msdos.programmer,comp.os.msdos.misc,alt.msdos.programmer Subject: Re: Speed up cursor Keywords: cursor, DOS Message-ID: <1991Mar5.221205.6188@novell.com> Date: 6 Mar 91 07:45:34 GMT Sender: news@novell.com ( Lines: 21 The News Manager) Nntp-Posting-Host: na Reply-To: tporczyk@na.excelan.com (Tony Porczyk) Organization: Standard Disclaimer References: <1991Mar5.074742.6657@watdragon.waterloo.edu> Date: Tue, 5 Mar 1991 22:12:05 GMT In article <1991Mar5.074742.6657@watdragon.waterloo.edu> shikida@lion.uwaterloo.ca (Steve Hikida) writes: >I was wondering if anyone knows how (preferably source however I wouldn't >mind an .exe/.com too) to speed up the cursor SAFELY (i.e. read that as Steve, Try NCC from Norton Utilities. It's NOT memory resident, just sets your cursor speed once when you boot up. It's easy to use, here is the line from my autoexec.bat that takes care of it: c:\bin\ncc c:\set.cfg /keyrate > nul where set.cfg is the file that holds various configuration info. Make sure you buy Norton 4.5 if you don't have it, and not 5.0. Tony