Does anyone know any version of Gzip which supports 64-bit Windows? I could not find anything.

link|improve this question
2  
What do you mean by "supports"? The 32-bit version of Gzip should run just fine on 64-bit versions of Windows. There is no need for a 64-bit specific version of Gzip. – Mark Aug 17 '10 at 16:43
when I use GZIP in 64-bit Windows, I receive this message: the program "GZIP.exe" cannot start or run due to incompatibility with 64-bit versions of windows. Please contact the software vendor to ask if a 64-bit Windows compatible version is available. – Shadi Aug 17 '10 at 16:53
feedback

migrated from stackoverflow.com Aug 18 '10 at 1:07

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

2 Answers

You can use 7-zip to work with gzip files on 64-bit Windows.

link|improve this answer
I was looking for a command-line GZIP. I did not know that 7-zip has it. I found it now with your help. Thanks. – Shadi Aug 17 '10 at 17:10
feedback

Winrar will open gzip file, they have 64 bit and 32 bit versions here: http://www.win-rar.com/download.html

link|improve this answer
Actually, I needed to compress (not decompress) files. I do not think winrar can do Gzip compression. Thanks – Shadi Aug 17 '10 at 17:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.