Message-ID: <37D9C8B6.4D904997@uswest.net> From: Josh Reed X-Mailer: Mozilla 4.04 [en] (Win95; U) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Program Crash References: <37D71D7D DOT A31105CD AT uswest DOT net> <7r7rcc$gs7$1 AT antares DOT lu DOT erisoft DOT se> <37D87266 DOT 29BC6CF5 AT uswest DOT net> <7racfq$fg9$1 AT antares DOT lu DOT erisoft DOT se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 28 Date: Fri, 10 Sep 1999 22:12:54 -0500 NNTP-Posting-Host: 209.180.51.201 X-Trace: news.uswest.net 937019196 209.180.51.201 (Fri, 10 Sep 1999 22:06:36 CDT) NNTP-Posting-Date: Fri, 10 Sep 1999 22:06:36 CDT Organization: U S WEST Interprise To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Well thanks for the info. I hope I didn't sound like I was attacking you for pointing it out or anything. Anyways I just said screw it and put the program on the back burner for awhile. I will either rewrite it or fudge with it until it works later. Thanks for all the help though. Josh Martin Stromberg wrote: > Josh Reed (obitus AT uswest DOT net) wrote: > : Martin Stromberg wrote: > : > As for file finding, why not install findutils and use "find /some/dir > : > -type f -iname 'd*' -print"?. > > : Well if I really wanted to find something I could use findutils or dir /s > : for that matter. Its not finding something that I am worried about, it is > : how can I write the code; how does that work? If somebody else has already > : done it, that doesn't mean I can't, does it? Or did I miss something. > > Sure! I just pointed out that there are tool readily available that do > what you want to accomplish, in case you didn't know. > > Lush, Split, > > MartinS