- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- VMS command to convert .GZ file to .ZIP
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2008 05:18 AM
тАО05-02-2008 05:18 AM
VMS command to convert .GZ file to .ZIP
If not, is there another method to cause Windows XP to recognize and convert a .GZ file to a .ZIP file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2008 05:33 AM
тАО05-02-2008 05:33 AM
Re: VMS command to convert .GZ file to .ZIP
is Info-ZIP Zip. "gzip" is probably also
available for Windows. If the ".gz" file is
a compressed "tar" archive, things get more
complicated, but there are at least a couple
of "tar" programs for VMS, too.
http://antinode.org/dec/sw/gzip.html
http://antinode.org/ftp/vmstar/v3r5_pre2_src.zip
http://www.info-zip.org/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2008 05:34 AM
тАО05-02-2008 05:34 AM
Re: VMS command to convert .GZ file to .ZIP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2008 07:28 AM
тАО05-02-2008 07:28 AM
Re: VMS command to convert .GZ file to .ZIP
zip is not specific to Microsoft Windows XP.
The gzip (gunzip) tool is available for most platforms including for OpenVMS and for Windows, and for most (all?) Unix and Linux platforms.
zip and unzip are also available for most platforms, including OpenVMS.
Here is gzip (which is also gunzip) and zip for OpenVMS from one of the Freeware archives.
http://mvb.saic.com/freeware/freewarev80/000tools/
Here's the canonical zip and unzip site:
http://info-zip.org/
I'd probably dig up a copy of gzip (gunzip) for Microsoft Windows, and "go directly" using the gzip file. Like here:
http://gnuwin32.sourceforge.net/packages/gzip.htm
And here's the gzip site:
http://www.gzip.org/
Or I'd use gzip (gunzip) on OpenVMS, depending on which direction the file is going.
If working on OpenVMS, there's a procedure in 000TOOLS that sets up the foreign commands needed to access the various pre-built tools.
But if you want, you can unpack (gunzip) and then re-pack (zip) and then transfer. On Windows. On Linux. Or OpenVMS.
If you have a copy of the OpenVMS Freeware V8.0 distro locally, you have a copy of 000TOOLS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2008 11:33 PM
тАО05-15-2008 11:33 PM
Re: VMS command to convert .GZ file to .ZIP
a largefile bug-free:
http://fafner.dyndns.org/~alexey/index.html
Or direct download link:
http://fafner.dyndns.org/~alexey/gzip-1_3_3-vms.zip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2008 06:10 AM
тАО05-16-2008 06:10 AM
Re: VMS command to convert .GZ file to .ZIP
> gzip [...]
The latest version I see at
http://ftp.gnu.org/gnu/gzip/
is 1.3.12. For VMS, you might consider
http://antinode.info/dec/sw/gzip.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2008 01:45 AM
тАО05-17-2008 01:45 AM
Re: VMS command to convert .GZ file to .ZIP
I refered http://www.gzip.org/ and found the latest 1.3.3, so it leaded me to mistake.
Sorry.