From: horst DOT kraemer AT t-online DOT de (Horst Kraemer) Newsgroups: comp.os.msdos.djgpp Subject: Re: exit code? Date: Sat, 08 Apr 2000 10:55:01 GMT Organization: T-Online Lines: 11 Message-ID: <38ef0d2c.54252138@news.btx.dtag.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news03.btx.dtag.de 955184031 27881 0306239354-0001 000408 08:53:51 X-Complaints-To: abuse AT t-online DOT de X-Sender: 0306239354-0001 AT t-dialin DOT net X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Fri, 07 Apr 2000 21:04:46 GMT, "Bob" wrote: > Can someone tell me what a exit code of 255 (0x00ff) means? thanks Most DOS based C compilers produce an exit code 255 if the program was aborted by ^C or ^Break. It's a kind of convention. Regards Horst