//flex table opened by JP

Click to See Complete Forum and Search --> : A Winzip EXE zip file question


ianwuk
12-08-2006, 01:49 AM
Hello,

I want to create a Winzip EXE zip file that the user double-clicks and then is asked where to unzip the files.

The trouble is that I want the files in the EXE archive to unzip to their original location, there are four files and two are from one folder and two are from another.

For example, the contents of Test.Exe (the name of the zip file) is as follows:

File 1.doc (original path C:\docs)
File 2.doc (original path C:\docs)
File 3.doc (original path C:\data)
File 4.doc (original path C:\data)

How can I get the files to be unzipped to two locations at once? I want it so that Files 1 and 2 go back to C:\docs and files 3 and 4 go to C:\data. If this is not possible in Winzip what other software could be used?

Thanks.

Midknyte
12-08-2006, 04:32 AM
you have the zip the files in the folders too. you can't just zip all 4 files in a single folder and have separate targets.