Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!decvax!schlep.dec.com!jfcl.dec.com!nourse From: nourse@jfcl.dec.com (Andy Nourse) Newsgroups: comp.windows.ms Subject: Re: Closing Down MS_DOS Executive Message-ID: <488@jfcl.dec.com> Date: 27 Apr 89 20:15:48 GMT References: <2012@lznh.UUCP> <7995@june.cs.washington.edu> Reply-To: nourse@jfcl.nac.dec.com.UUCP (Andy Nourse) Distribution: na Organization: Digital Equipment Corporation Lines: 5 To exit from WINDOWS straight back to DOS, without any confirmation at all, use: FatalExit(0); With a nonzero argument, WINDOWS will RIP, using the argument as a RIPcode. With a zero argument, WINDOWS will exit normally.