- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- ZIPEXE - How to create & where ca I find the kits?
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
тАО03-07-2007 04:11 AM
тАО03-07-2007 04:11 AM
Platform: AXP & I64
I would like to create ZIPEXE archives instead of ZIP's.
Where I can find the kits and how to create the ZIPEXE archives?
Couldn't find a hint in the FAQ about it.
I appreciate your feedback and help.
Kind Regards
Andreas
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2007 04:28 AM
тАО03-07-2007 04:28 AM
Solution1st you create your ZIP archive using ZIP.
Then you add the UNZIPSFX.EXE:
$ COPY UNZIPSFX.EXE,ARCHIVE.ZIP ARCHIVE.EXE
To check the archive use MCR ARCHIVE -t
The kits should be found on the freeware archives.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2007 04:31 AM
тАО03-07-2007 04:31 AM
Re: ZIPEXE - How to create & where ca I find the kits?
Creating a ZIPEXE is documented under the ZIP utility.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2007 05:48 AM
тАО03-07-2007 05:48 AM
Re: ZIPEXE - How to create & where ca I find the kits?
>>>
Directions for creating and using the sfx self-extracting zip file compression mechanism are available in the unzip kit that is available at:
o Look in a recent unzip* directory at
http://www.hp.com/go/openvms/freeware/
With the UNZIP542 directory from Freeware V5.0, look for the file UNZIPSFX.TXT.
...
<<<
I'll toss a few additional details and keywords into the section for the next edition (including zipexe). And I'll tweak the FAQ text to reflect Freeware V8, and that the unzipsfx.txt file is remains present in the distro.
ps: if you have used the HTML-format FAQ, that's basically impossible to search in its current chunked incarnation. Use the text- or PDF-format FAQ for searching, and for easier downloads.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2007 06:29 AM
тАО03-07-2007 06:29 AM
Re: ZIPEXE - How to create & where ca I find the kits?
Many Thanks for your helpful feedback.
Hoff
- FAQ -
Yes, I searched the PDF FAQ for the string ZIPEXE.
I thing it would be helpful if your suggested improvements will be implemented...
in both
- the FAQ
- the Freeware Abstract, very simple under ZIP (.ZIPEXE via UNZIPSFX.EXE)
Again
Thanks a lot
Andreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2007 06:53 AM
тАО03-07-2007 06:53 AM
Re: ZIPEXE - How to create & where ca I find the kits?
a [.VMS]MAKESFX.COM in the UnZip source kit.
As I understand it, the procedure attaches
an UNZIPSFX executable to the beginning of a
normal Zip archive, and then uses "zip -A"
to adjust some byte offsets in the resulting
SFX archive (accounting for the new stuff at
the front of the file) to avoid a warning
message when the thing is run.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2007 07:32 AM
тАО03-07-2007 07:32 AM
Re: ZIPEXE - How to create & where ca I find the kits?
The unzip Freeware abstract text update is up to whomever next submits unzip.
(I am not currently expecting to be involved with the preparation of any future OpenVMS Freeware distros, nor do I know of any channel or any HP contact to register and to suggest these sorts of corrections.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2007 07:54 AM
тАО03-07-2007 07:54 AM
Re: ZIPEXE - How to create & where ca I find the kits?
I will start now to the next adventure...
=> Creating a UNZIPSFX.EXE
Have a great time
Cheers
Andreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2007 09:43 AM
тАО03-07-2007 09:43 AM
Re: ZIPEXE - How to create & where ca I find the kits?
> => Creating a UNZIPSFX.EXE
It shouldn't be much of an adventure.
Normally, building from the source will make
the SFX executables.
A close look at the [.VMS]DESCRIP.MMS builder
might reveal the "noshare" target (or NOSHARE
MMS macro), use of which which might help to
avoid SHRIDMISMAT (or similar?) errors when
running the thing on a different (older) VMS
version. The .COM builders don't seem to
offer this option.
Although it's possible, I can't be sure that
I've ever tested this in any serious way, so
perhaps that could add some adventure.