Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!cica!iuvax!maytag!watcsc!phsieh From: phsieh@watcsc.waterloo.edu (Paul Hsieh) Newsgroups: comp.lang.pascal Subject: Re: disable ^C in Turbo Pascal Message-ID: <1990Feb27.022414.4670@watcsc.waterloo.edu> Date: 27 Feb 90 02:24:14 GMT References: <116500002@uxa.cso.uiuc.edu> <1990Feb12.192905.7805@uwasa.fi> <4210@ccncsu.ColoState.EDU> Reply-To: phsieh@watcsc.UUCP (Paul Hsieh) Organization: University of Waterloo Computer Science Club Lines: 5 To disable the ^C in Turbo Pascal refer to the section in the manual on programming interrupts (TP 4.0+) simply re-route the ^C vector to a null procedure (or a nifty one that beeps or something). You may require some assembly language knowlegde etc. etc. Hope this helps