Message-Id: <3.0.16.19971115185444.2affb406@hem1.passagen.se> Date: Sat, 15 Nov 1997 18:54:47 -0500 To: myknees AT aol DOT com (Myknees) 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 23.56 1997-11-13 GMT, you wrote: >I noticed that epzip will not include files that don't have an extention >when run with parameters like this: >epzip out.zip *.* 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! If you run `epzip out.zip *' instead, you will probably get the result you expect! -- 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! * *****************************************************