up vote 1 down vote favorite
share [g+] share [fb]

Possible Duplicate:
Windows 2003 zip from command line

Can somebody please, let me know that how we can zip a file in a Command line. Please, let me know.

link|improve this question
1  
superuser.com/questions/35145/… seems to be a dup – Journeyman Geek Oct 7 '09 at 23:47
Until it is confirmed that he is indeed searching for a cmd, and not DOS, I don't see how this is a duplicate. Btw, to original author: look at pkzip /? and pkunzip /? – ldigas Jan 5 '10 at 0:31
feedback

migrated from stackoverflow.com Oct 7 '09 at 23:33

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by hyperslug, Jeff Atwood Oct 11 '09 at 8:37

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ.

5 Answers

7-zip comes with a command line variant that will (un)compress to/from all the archive formats it supports (7z, zip, gz, rar, and a few others)

link|improve this answer
feedback

Download command line zip utility from Info-Zip.

link|improve this answer
feedback

Unxutils has a standalone command line zip programme as part of it

http://sourceforge.net/projects/unxutils/

alternately 7zip has a cli - and it does quite a few formats.

link|improve this answer
feedback

Install the zip and unzip packages in your Cygwin environment. I wouldn't install it for just those two packages, but if you have one already, use it.

link|improve this answer
feedback

there is a compress command.

link|improve this answer
Compress is different from zip, but it's a good point, in that DOS does have a standard way of compressing files. Just not a very good or compatible one :) – Lee B Oct 8 '09 at 11:50
feedback