Page 1 of 1

Zip file

Posted: 21 Jan 2006 21:35
by gtaillandier
Something is missing in this useful program : opening zip files

Can someone tell me if it will be included in a future release ?

Sincerely.

Posted: 21 Jan 2006 21:49
by j_c_hallgren
I'm just another fellow user, but I'm going to ask: Why would one expect a file manager to open zip files by itself? I wouldn't...You need to have a zip program to do that function...but don't let my comment or that little item cause you to not see just how great XY is for many things that NO other pgm can do!

Re: Zip file

Posted: 22 Jan 2006 07:57
by admin
gtaillandier wrote:Can someone tell me if it will be included in a future release ?
Yes. But future is a longish bit of time...

Posted: 28 Jan 2006 03:46
by legion1978
j_c_hallgren wrote:Why would one expect a file manager to open zip files by itself?
yes Xyplorer is a grea application, and i use it quite oftenfor somthings other file managers cantdo, BUT most others serious file managers can do that and even rarfiles suppport. just a comment....

ZIP, RAR, 7Z already integrated to any file browser

Posted: 28 Jan 2006 14:39
by noutters
Here is a simple way to create your own packer/unpacker within any file browser.
It requires you have within a system path command line versions of progs like zip.exe, rar.exe, 7z.exe etc...
I'll use unrar.exe in my example.
Create in the same dir as unrar.exe a batch file called UnRarHere.bat that contains the following command:
unrar.exe x %1
Put a shortcut of UnRarHere.bat in your C:\Documents and Settings\x\SendTo\ directory
Now you have access to unrar from your right-click/send to
Working on the command line arguments permits to create very useful functions. :)

Posted: 28 Jan 2006 15:49
by jacky
Just FYI, WinRAR can add an "Extract here" menu by itself, along with stuff like "Extract each archive in its own directory" if you wanna extract more than one file at once ;)