home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1995 November / PCWK1195.iso / inne / podstawy / os2 / archive / zipme101.exe / READ.ME < prev    next >
Text File  |  1993-11-23  |  4KB  |  84 lines

  1.                           Version 1.01 of ZiPMe
  2.  
  3. This is ZiPMe, a 32-bit multithreaded zip shell for the Presentation Manager
  4. of OS/2 2.x that helps you to manage zip archives of the INFO-zip versions
  5. zip.exe 1.9 and unzip.exe 5.0. Newer ZIP versions can be used, if there is no
  6. change in the command line arguments. The files zip.exe and unzip.exe must be 
  7. in a directory with a path set on it in the config.sys.
  8.  
  9. ZiPMe is compiled by the emx gcc version 0.8g. Put emx.dll (copyright by
  10. Eberhardt Mattes), the runtime library of the emx gcc, in a directory with a 
  11. libpath set on it in the config.sys. If you have an older version of emx.dll, 
  12. you should replace it by this one that comes with ZiPMe.
  13.  
  14. ZiPMe is a bit like PMZip. I needed a zip shell for zip and unzip and not for
  15. pkzip and pkunzip and so i wrote ZiPMe. I think it is a little bit more
  16. modern because it has a button bar and it is multithreaded that means you
  17. can extract some large archives and at the same time you can create a new
  18. one and view files in another one.
  19.  
  20. I hope some of you like my program. If you find some bugs please send me
  21. a mail.
  22.  
  23. Here is a list of the files and an explanation:
  24.  
  25. read.me                 this file
  26. hlp2inf.cmd             a rexx script that makes an inf file of a hlp file
  27.                         you can make a zipme.inf of the zipme.hlp file with it
  28. emx.dll                 the runtime library or the emx compiler; put it in a
  29.                         directory with a libpath on it
  30. german\zipme.exe        the german version of zipme
  31. german\zipme.hlp        the german help file of zipme
  32. english\zipme.exe       the english version of zipme
  33. english\zipme.hlp       the english help file of zipme
  34.  
  35. These files are made of zipme:
  36. zipme.ini               in this file the fonts and window size and positon
  37.                         is saved
  38. zipme.1 ... zipme.999   temporary files of zipme which are usually deleted
  39.                         when zipme is ended. If you see some of these files
  40.                         after zipme has been ended, perhaps because zipme
  41.                         crashed, you can delete them
  42.  
  43.  
  44. Changes and bug fixes to Version 1.0
  45.  
  46. - the zipme.ini and the temporary files now are placed in the directory
  47.   from which zipme.exe has been loaded and not in the current work directory
  48.   ( many thanks to Kai Uwe Rommel from München, who showed me how to get the
  49.     directory from which ZiPMe has been loaded )
  50.  
  51. - the english help file has been corrected
  52.   ( many thanks to Peter Landstreet from Toronto, who corrected the help file )
  53.  
  54. - problems with long pathnames have been solved
  55.  
  56. - problems with repainting the statusline have been solved
  57.  
  58. - behavior of extracting files has been changed:
  59.   if no path has been given of the option "Create directory with name of
  60.   archive" has been activated the extracted files and directories now are
  61.   placed in the actual work directory and not in the root as they have been
  62.   in Version 1.0
  63.  
  64. - directory handling for extracting files has been optimized
  65.   ( My question to the programmers of unzip.exe:
  66.     Why didn't you have added the options to pass the files you want to extract
  67.     in a filelist file as you can do for zip.exe and to give a target directory
  68.     where to extract the files as you can do for pkunzip.exe. This would make
  69.     a lot of things much easier. )
  70.  
  71.  
  72. Thanks to all who sent me comments and suggestions about ZiPMe. Because this
  73. is my first PM program (I just did it to learn how to make a PM program) and
  74. the first program I uploaded to the Internet, I didn't expect such a feedback. 
  75. I am happy that you like my program so much.
  76.  
  77.  
  78.                             Peter Eggert
  79.                        An Schormanns Busch 20
  80.                          32107 Bad Salzuflen
  81.                               Germany
  82.  
  83.                    eMail: eggert@uni-paderborn.de
  84.