Path: utzoo!attcan!uunet!lll-winken!ames!ncar!boulder!sunybcs!rutgers!ucla-cs!math.ucla.edu!tony From: tony@joshua.math.ucla.edu Newsgroups: comp.lang.c Subject: Catching DOS interrupt 24H (critical error handler) Message-ID: <336@sunset.MATH.UCLA.EDU> Date: 15 Jan 89 00:34:13 GMT Sender: news@MATH.UCLA.EDU Reply-To: tony@MATH.UCLA.EDU () Organization: UCLA Mathematics Department Lines: 8 I'd like to replace the MS DOS critical error handler with one of my own in a C program I am writing but I can't seem to get it right. I've been trying to use the intdosx() function in MSC 5.1 but after numerous system hang-ups I've decided to ask for help. Can somebidy explain how I can go about doing this in C? I have some code in assembly but I really would like to do it in C.