Accrington Web

Accrington Web (https://www.accringtonweb.com/forum/index.php)
-   Internet Talk (https://www.accringtonweb.com/forum/f122/)
-   -   Winzip free?? (https://www.accringtonweb.com/forum/f122/winzip-free-30091.html)

accymel 19-04-2007 08:48

Winzip free??
 
My winzip did an update & now theres no evaluation free zip now & wants dosh, yet there are many downloads that are zipped & require winzip. Is there another program that unzips or is it pay winzip monopoly:confused:

***Mr D*** 19-04-2007 08:50

Re: Winzip free??
 
I Use Izarc.

http://www.izarc.org/

Mick 19-04-2007 08:52

Re: Winzip free??
 
Or there is WINRAR
http://www.computeractive.co.uk/sear...zone=downloads

entwisi 19-04-2007 09:00

Re: Winzip free??
 
Winrar was shareware IIRC

Theres always good old Java :D (Ian once again shows theres a really techie way to do something :D )

accymel 19-04-2007 09:01

Re: Winzip free??
 
Thank you guys very much - great stuff, sorted:D

accymel 19-04-2007 09:01

Re: Winzip free??
 
Quote:

Originally Posted by entwisi (Post 412506)
Winrar was shareware IIRC

Theres always good old Java :D (Ian once again shows theres a really techie way to do something :D )

Java ??????????????:confused:

entwisi 19-04-2007 09:29

Re: Winzip free??
 
jar -xvf Blah.zip

:D, thats how we do it at work on IBM P590 Unix servers

Theres more to life than GUI based tools you know!

why use command line I hear you ask? Well, what happens if you have 100 zip files that all need expanding, they don't even need to be in the same directory.

for file in `find . -name "*.zip`
do
echo "expanding:" $file
jar -xvf $file
done

That will search every subfolder for zip files and expand then all , you can do selective expansion by using regular expressions in the find command or just using grep/egrep

If I was doing it on a live box I'd obviously put some error checking in there and make sure that all backups are safe first!


:D Yes I know, sad muppet you all mutter!

accymel 19-04-2007 09:36

Re: Winzip free??
 
Errr sad muppet:rofl38:

entwisi 19-04-2007 09:46

Re: Winzip free??
 
You're MEANT to MUTTER it!

:D

accymel 19-04-2007 09:47

Re: Winzip free??
 
Quote:

Originally Posted by entwisi (Post 412536)
You're MEANT to MUTTER it!

:D


oh opppppssss i meant

sad muppet - - is that better :)

:rofl38:


All times are GMT. The time now is 01:32.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Friendly URLs by vBSEO 3.6.1
© 2003-2013 AccringtonWeb.com