Interview Questions

How can I suppress the dreaded MS-DOS Abort, Retry, Ignore? message?

C Interview Questions and Answers


(Continued from previous question...)

How can I suppress the dreaded MS-DOS Abort, Retry, Ignore? message?

Among other things, you need to intercept the DOS Critical Error Interrupt, interrupt 24H. See the comp.os.msdos.programmer

(Continued on next question...)

Other Interview Questions