Date: Wed, 27 Sep 2000 23:02:05 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: tr AT midpec DOT com Message-Id: <2950-Wed27Sep2000230204+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5h CC: djgpp AT delorie DOT com In-reply-to: <200009271745.XAA00757@midpec.com> (message from Prashant TR on Wed, 27 Sep 2000 23:15:27 +0530) Subject: Re: Rebooting the PC References: <200009271745 DOT XAA00757 AT midpec DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Wed, 27 Sep 2000 23:15:27 +0530 > From: Prashant TR > > 1> Under plain DOS, I would never recommend anyone to use INT > 19H. Several programs hook this interrupt and you can't guarantee > what it will do. It might reboot, or it may not. The FAQ just says it's one possibility; it doesn't say that it will always work. Clearly, anything on a PC can be hooked and disabled (including outport, if you run in V86 mode). I will add a comment that says it's not guaranteed to work. > PM int 19h - Closes dialog box immeldiately just like in the first > case. This was actually reported to work on Windows. I guess it doesn't work in some cases, but works in others.