<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: VMS command to convert .GZ file to .ZIP in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/vms-command-to-convert-gz-file-to-zip/m-p/4190900#M44006</link>
    <description>"gzip" (or "gunzip") is available for VMS, as&lt;BR /&gt;is Info-ZIP Zip.  "gzip" is probably also&lt;BR /&gt;available for Windows.  If the ".gz" file is&lt;BR /&gt;a compressed "tar" archive, things get more&lt;BR /&gt;complicated, but there are at least a couple&lt;BR /&gt;of "tar" programs for VMS, too.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://antinode.org/dec/sw/gzip.html" target="_blank"&gt;http://antinode.org/dec/sw/gzip.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://antinode.org/ftp/vmstar/v3r5_pre2_src.zip" target="_blank"&gt;http://antinode.org/ftp/vmstar/v3r5_pre2_src.zip&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.info-zip.org/" target="_blank"&gt;http://www.info-zip.org/&lt;/A&gt;</description>
    <pubDate>Fri, 02 May 2008 12:33:31 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2008-05-02T12:33:31Z</dc:date>
    <item>
      <title>VMS command to convert .GZ file to .ZIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-command-to-convert-gz-file-to-zip/m-p/4190899#M44005</link>
      <description>Is there a VMS command in OpenVMS 8.3 to convert a .GZ (GZIP-UNIX based) compressed file to a .ZIP (Windows XP) file?&lt;BR /&gt;&lt;BR /&gt;If not, is there another method to cause Windows XP to recognize and convert a .GZ file to a .ZIP file?</description>
      <pubDate>Fri, 02 May 2008 12:18:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-command-to-convert-gz-file-to-zip/m-p/4190899#M44005</guid>
      <dc:creator>Kenneth Toler</dc:creator>
      <dc:date>2008-05-02T12:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: VMS command to convert .GZ file to .ZIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-command-to-convert-gz-file-to-zip/m-p/4190900#M44006</link>
      <description>"gzip" (or "gunzip") is available for VMS, as&lt;BR /&gt;is Info-ZIP Zip.  "gzip" is probably also&lt;BR /&gt;available for Windows.  If the ".gz" file is&lt;BR /&gt;a compressed "tar" archive, things get more&lt;BR /&gt;complicated, but there are at least a couple&lt;BR /&gt;of "tar" programs for VMS, too.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://antinode.org/dec/sw/gzip.html" target="_blank"&gt;http://antinode.org/dec/sw/gzip.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://antinode.org/ftp/vmstar/v3r5_pre2_src.zip" target="_blank"&gt;http://antinode.org/ftp/vmstar/v3r5_pre2_src.zip&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.info-zip.org/" target="_blank"&gt;http://www.info-zip.org/&lt;/A&gt;</description>
      <pubDate>Fri, 02 May 2008 12:33:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-command-to-convert-gz-file-to-zip/m-p/4190900#M44006</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-05-02T12:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: VMS command to convert .GZ file to .ZIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-command-to-convert-gz-file-to-zip/m-p/4190901#M44007</link>
      <description>So, not directly, but it could be done.</description>
      <pubDate>Fri, 02 May 2008 12:34:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-command-to-convert-gz-file-to-zip/m-p/4190901#M44007</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-05-02T12:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: VMS command to convert .GZ file to .ZIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-command-to-convert-gz-file-to-zip/m-p/4190902#M44008</link>
      <description>gzip and zip tools are common on many platforms.&lt;BR /&gt;&lt;BR /&gt;zip is not specific to Microsoft Windows XP.&lt;BR /&gt;&lt;BR /&gt;The gzip (gunzip) tool is available for most platforms including for OpenVMS and for Windows, and for most (all?) Unix and Linux platforms.&lt;BR /&gt;&lt;BR /&gt;zip and unzip are also available for most platforms, including OpenVMS.&lt;BR /&gt;&lt;BR /&gt;Here is gzip (which is also gunzip) and zip for OpenVMS from one of the Freeware archives.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mvb.saic.com/freeware/freewarev80/000tools/" target="_blank"&gt;http://mvb.saic.com/freeware/freewarev80/000tools/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here's the canonical zip and unzip site:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://info-zip.org/" target="_blank"&gt;http://info-zip.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'd probably dig up a copy of gzip (gunzip) for Microsoft Windows, and "go directly" using the gzip file.  Like here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gnuwin32.sourceforge.net/packages/gzip.htm" target="_blank"&gt;http://gnuwin32.sourceforge.net/packages/gzip.htm&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;And here's the gzip site:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.gzip.org/" target="_blank"&gt;http://www.gzip.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or I'd use gzip (gunzip) on OpenVMS, depending on which direction the file is going.&lt;BR /&gt;&lt;BR /&gt;If working on OpenVMS, there's a procedure in 000TOOLS that sets up the foreign commands needed to access the various pre-built tools.&lt;BR /&gt;&lt;BR /&gt;But if you want, you can unpack (gunzip) and then re-pack (zip) and then transfer.  On Windows.  On Linux.  Or OpenVMS.&lt;BR /&gt;&lt;BR /&gt;If you have a copy of the OpenVMS Freeware V8.0 distro locally, you have a copy of 000TOOLS.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 May 2008 14:28:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-command-to-convert-gz-file-to-zip/m-p/4190902#M44008</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-05-02T14:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: VMS command to convert .GZ file to .ZIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-command-to-convert-gz-file-to-zip/m-p/4190903#M44009</link>
      <description>Also, there is a latest version 1.3.3 of gzip  &lt;BR /&gt;a largefile bug-free:&lt;BR /&gt;&lt;A href="http://fafner.dyndns.org/~alexey/index.html" target="_blank"&gt;http://fafner.dyndns.org/~alexey/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or direct download link:&lt;BR /&gt;&lt;A href="http://fafner.dyndns.org/~alexey/gzip-1_3_3-vms.zip" target="_blank"&gt;http://fafner.dyndns.org/~alexey/gzip-1_3_3-vms.zip&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 May 2008 06:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-command-to-convert-gz-file-to-zip/m-p/4190903#M44009</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2008-05-16T06:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: VMS command to convert .GZ file to .ZIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-command-to-convert-gz-file-to-zip/m-p/4190904#M44010</link>
      <description>&amp;gt; Also, there is a latest version 1.3.3 of&lt;BR /&gt;&amp;gt; gzip [...]&lt;BR /&gt;&lt;BR /&gt;The latest version I see at&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ftp.gnu.org/gnu/gzip/" target="_blank"&gt;http://ftp.gnu.org/gnu/gzip/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;is 1.3.12.  For VMS, you might consider&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://antinode.info/dec/sw/gzip.html" target="_blank"&gt;http://antinode.info/dec/sw/gzip.html&lt;/A&gt;</description>
      <pubDate>Fri, 16 May 2008 13:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-command-to-convert-gz-file-to-zip/m-p/4190904#M44010</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-05-16T13:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: VMS command to convert .GZ file to .ZIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-command-to-convert-gz-file-to-zip/m-p/4190905#M44011</link>
      <description>Thank you,&lt;BR /&gt;I refered &lt;A href="http://www.gzip.org/" target="_blank"&gt;http://www.gzip.org/&lt;/A&gt; and found the latest 1.3.3, so it leaded me to mistake.&lt;BR /&gt;Sorry. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 17 May 2008 08:45:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-command-to-convert-gz-file-to-zip/m-p/4190905#M44011</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2008-05-17T08:45:46Z</dc:date>
    </item>
  </channel>
</rss>

