Message-Id: <3.0.16.19971123095918.20374e5e@hem1.passagen.se> Date: Sun, 23 Nov 1997 10:02:13 -0500 To: George Foot From: Peter Palotas Subject: Re: ANNOUNCE: EPZip 1.00 Cc: djgpp AT delorie DOT com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Precedence: bulk At 00.45 1997-11-22 GMT, you wrote: >On Sat, 22 Nov 1997 00:10:30 GMT in comp.os.msdos.djgpp sl > wrote: > >: On 17 Nov 1997 23:03:27 GMT, Myknees wrote: > >: >>I don't think this "problem" is related to epzip, but to all programs >: >>compiled with DJGPP. Since DJGPP is a derivate of the UNIX gcc, *.* means >: >>a file that starts with anything then has a '.' and then anything after >: >>that. But the '.' must be included in the filename! > >: So how do you program something in DJGPP which looks for *.* >: (in dos terms)? > >You have to write your own commandline globbing function. See the >notes at the start of the include file crt0.h for brief details of >what it must do. For more verbose details, download the library >sources (djlsr201.zip in the v2 directory) and look at the default >globbing function's source code. I think what he meant was how to do something that looked for all files, i.e. by using '*' instead of '*.*', and it is not required to write your own globbing function for that! -- Peter Palotas alias Blizzar -- blizzar AT hem1 DOT passagen DOT se -- ***************************************************** * A brief description of DJGPP: * * NEVER BEFORE HAS SO FEW DONE SO MUCH FOR SO MANY! * *****************************************************