From: "Thomas Nyberg" Newsgroups: comp.os.msdos.djgpp Subject: How do I prevent DJGPP from globbering filenames??? Date: Fri, 15 Jan 1999 21:15:40 +0100 Organization: Telenordia Lines: 15 Message-ID: <77o7gj$gh2$1@zingo.tninet.se> NNTP-Posting-Host: sdu182-225.ppp.algonet.se X-Trace: zingo.tninet.se 916431187 16930 195.163.225.182 (15 Jan 1999 20:13:07 GMT) X-Complaints-To: abuse AT algo DOT net NNTP-Posting-Date: 15 Jan 1999 20:13:07 GMT X-Newsreader: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, If I run a program made with DJGPP and specify filenames as arguments ex. testprog C:\*.* Then DJGPP exits the program with the error message: "Too many filenames" How can I avoid this? I've made a ..._glob...(char **) funktion but this error still comes up, Thanks in advance Thomas