Re: Zip a directory with its contents.

2008-10-17 Thread John5342
Instead of: just use: Note the double asterisk. 2008/10/17 Hendrik Maryns <[EMAIL PROTECTED]> > Hi, > > I want to zip a directory with its contents, such that when the archive > is extracted, the user gets a directory with in there the relevant files.

Zip a directory with its contents.

2008-10-17 Thread Hendrik Maryns
Hi, I want to zip a directory with its contents, such that when the archive is extracted, the user gets a directory with in there the relevant files. Right now I do But this is very clumsy. I tried But then the zipped dir is empty. Why? Can I tell it to