Message-ID: <36C4B354.2C8939EE@xyz.net> From: =?iso-8859-1?Q?Bj=F8rn?= Hansen X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Program Exit Code 255 References: <36C4EA76 DOT 2AF8D76A AT epix DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 19 NNTP-Posting-Host: 207.14.89.213 X-Trace: news14.ispnews.com 918893072 207.14.89.213 (Sat, 13 Feb 1999 03:04:32 EDT) NNTP-Posting-Date: Sat, 13 Feb 1999 03:04:32 EDT Organization: ISPNews http://ispnews.com Date: Fri, 12 Feb 1999 23:03:49 +0000 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I've been told that the actual number of the exit code is meaningless. Just that an exit code of 0 is a normal completion of the program and anything not 0 is an exit on some error. You can specify in your program what code to return if you get a certain type of error. These exit codes can be usefull in trouble shooting or can be used to tell other programs stuff. Brian Hansell wrote: > Hello, > > I'm wondering a couple things. One) What is exit code 255, or how can > i find out? Second) Where can I find a list of exit codes, can I? I > get this after running a program in Rhide, i think it has to do with an > array i'm using. After I got this error, I figured it'd be useful to > know all of the things. > > Thanks