How to use gzip locally on windows?

Discussion in 'HTML & Website Design' started by TrafficRider, Aug 19, 2011.

  1. #1
    I have downloaded the gzip package here - http://gnuwin32.sourceforge.net/packages/gzip.htm. Installed it and launched command prompt but looks like 'tar' command is unrecognizable? How do I get this thing working on windows cmd? What Im basically trying to do here is to compress a file to gz format.
     
    TrafficRider, Aug 19, 2011 IP
  2. TrafficRider

    TrafficRider Active Member

    Messages:
    250
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #2
    Is there nobody using gzip on windows?
     
    TrafficRider, Aug 19, 2011 IP
  3. xira

    xira Active Member

    Messages:
    315
    Likes Received:
    8
    Best Answers:
    4
    Trophy Points:
    68
    #3
    xira, Aug 20, 2011 IP
  4. TrafficRider

    TrafficRider Active Member

    Messages:
    250
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #4
    I need a gzip format. That program does not support .gz.
     
    TrafficRider, Aug 20, 2011 IP
  5. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
  6. TrafficRider

    TrafficRider Active Member

    Messages:
    250
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #6
    ..... Post removed .....
     
    TrafficRider, Aug 21, 2011 IP
  7. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #7
    Huh?

    -------------------
     
    Kerosene, Aug 22, 2011 IP
  8. Howe

    Howe Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    For future reference WinRAR will open gzip and pretty much any archive you throw at it ;)
     
    Howe, Aug 25, 2011 IP
  9. Dimus

    Dimus Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I use zip and gzip on my Apache server locally. I wrote a php script in which I can include simple functions that standard archive software don't have.

    php func. is $zip->addFile($thisdir . 'files/'.$file, $file);

    It's very easy to create something convenient for specific needs. Just an idea for someone who needs it...
     
    Dimus, Aug 27, 2011 IP