Mail Archives: djgpp/1996/10/10/02:54:41
On Tue, 8 Oct 1996, David L Clayton wrote:
> a file, but how can I stop people using the print screen key, or, if
> possible, how to disable the print screen interrupt?? If this is not
> possible, is it possible to temporarily redirect the output?
Install a real-mode interrupt handler for Int 5 and make the handler just
return.
(Btw, your posting is just one long line. Please press RET every 60 or
so characters, it makes reading a lot easier.)
- Raw text -