Mail Archives: djgpp/1997/11/15/12:57:55
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! *
*****************************************************
- Raw text -