home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / zp2exc.zip / readme.txt next >
Text File  |  1994-10-19  |  2KB  |  50 lines

  1. ZIP2EXE.CMD
  2.  
  3. I recently discovered that the newest version of the freeware InfoZIP 
  4. UNZIP utility now came with a facility to create a self-extracting 
  5. archive.  Unfortunately, it isn't quite as intuitive as the ZIP2EXE 
  6. program that is included in the shareware PKZip programs for DOS.  You 
  7. have to use the OS/2 COPY command to append the UNZIPSFX.EXE module to 
  8. the front of the .ZIP archive created with InfoZIP.
  9.  
  10. This REXX Exec is my attempt to automate that process somewhat.
  11.  
  12. Usage:  ZIP2EXE ZipFile
  13.  
  14. Where ZipFile is the filename of the ZIP file you want to create a
  15. Self-Extracting file from.  Default extension is .ZIP if none is given.
  16.  
  17. Unlike PKWare's ZIP2EXE program, there are no options available.  You 
  18. cannot use this program to strip off the .SFX header.  In order to use 
  19. this program, you need to have a copy of the UNZIPSFX.EXE program on 
  20. your hard disk somewhere.  If you do not have this program, it can be 
  21. downloaded from many different sources.  I found it on Compuserve in the
  22. OS2USER forum under the name "UNZ512.EXE."
  23.  
  24. You must have REXX/2 support installed in order for this command to 
  25. work.  Most likely you do, but if you don't you'll have to run OS/2's 
  26. selective install utility and install it.
  27.  
  28. Finally, you must edit the .CMD file itself.  At the beginning of the 
  29. program is the following line:
  30.  
  31. stub = 'C:\PK\UNZIPSFX.EXE'
  32.  
  33. Update this with the proper information for your system.
  34.  
  35. I am releasing this program into the public domain.  I do ask that if 
  36. anyone should make changes to please update the comments at the 
  37. beginning of the program, and to please send me a copy of the modified 
  38. program.  I also ask that you keep the changes restricted to those 
  39. facilities that are available to other users for free; in other words, 
  40. please don't send out a compiled version of this program as not everyone
  41. owns a REXX Compiler, and I'm not aware of any public domain or freeware
  42. REXX Compilers.  On the other hand, if you'd like to rewrite this to use
  43. IBM's freely-available VREXX2 facilities, please do so.  I left it a 
  44. command line utility to make it as much like the PKWare program that 
  45. inspired it.
  46.  
  47. Jaime A. Cruz, Jr.
  48. October 19, 1994
  49. 72267.1372@compuserve.com
  50.