Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!apple!oliveb!mipos3!cadev4!esulzner From: esulzner@cadev4.intel.com (Eric Sulzner ~) Newsgroups: comp.sys.ibm.pc Subject: Re: How can I disable Control-C ? Message-ID: <231@mipos3.intel.com> Date: 9 Jun 89 14:19:21 GMT References: <10998@orstcs.CS.ORST.EDU> Sender: news@mipos3.intel.com Reply-To: esulzner@cadev4.UUCP (Eric Sulzner ~) Organization: Corporate CAD, INTeL Corporation, Santa Clara, CA Lines: 10 In article <10998@orstcs.CS.ORST.EDU> gatesl@romana.cs.orst.edu (Lee Ryan Gates) writes: > > I ... wonder ... if there is a way to disable ... Control-C If you have ANSI.SYS loaded, you can use 'ESC[3;255p' to reassign ^C (3) to null (255). 'ESC[3;3p' should put it back. This will work from a .bat file. The ESC is ASCII 27 (decimal). Eric Sulzner cadev4::esulzner 5-4177 SC3-17