Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!cica!tut.cis.ohio-state.edu!ucbvax!CUNIXA.CC.COLUMBIA.EDU!aca1
From: aca1@CUNIXA.CC.COLUMBIA.EDU (Andrew C Athan)
Newsgroups: comp.lang.pascal
Subject: Re: Disabling Ctrl-Break
Message-ID: <8908111620.AA10848@cunixa.cc.columbia.edu>
Date: 11 Aug 89 16:20:40 GMT
References: <630@UALTAVM.BITNET>
Organization: Columbia University
Lines: 10

In article <630@UALTAVM.BITNET> you write:

>Does anyone have PASCAL code that will disable CTRL-BREAK
>from stopping a compiled program?  (I am using Turbo P).

If you're using Turbo Pascal 4.0 or above you can do the following:

CheckBreak:=false;

PQ?