home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 March / PCO3_97.ISO / filesbbs / os2 / zipshell.arj / ENGLISH.DOC < prev    next >
Encoding:
Text File  |  1997-01-08  |  5.0 KB  |  146 lines

  1. documentation simple zipshell 2.0      Martin Vieregg, Germany
  2.  
  3. requires OS/2 2.0 or higher                     March-09-1995
  4.                                                 Jan-8-1997 
  5.  
  6. german documentation also available
  7.  
  8.  
  9. Simple zipshell is a simple shell for ZIP and ARJ archives
  10. for the WPS. It will create some program objects with useful
  11. associations for *.ZIP- and *.ARJ-files.
  12. When packing large data volumes, it will create multiple zip-
  13. files, each with a size of 1,44 MB maximum.
  14. Selective unpacking of parts of the archive is not possible.
  15. When packing data, only zip archives will be created.
  16. Packing/unpacking folders and sub-folders also works.
  17.  
  18. Simple zipshell consists of only some lines of Rexx-code which
  19. will create 6 program objects and 2 folders, and of 6 tiny 
  20. batchfiles packing and unpacking archives.
  21.  
  22. The program SendMsg.EXE is only used from the batchfiles to
  23. close the Pack folder. Programmers can use this tool alone:
  24. Enter sendmsg <Return> for more info.
  25.  
  26.  
  27. ***** required archive programms *****
  28.  
  29. ZIP.EXE, UNZIP.EXE, ZIPSPLIT.EXE
  30.                         Infozip (Mark Adler and others) (OS2)
  31. ARJ.EXE, UNARJ.EXE      Arj (Robert K Jung)             (DOS)
  32.  
  33. If you use other programs, the contents of 
  34. dir_zipE.cmd (dir_zipD.cmd belongs to the German version)
  35. dir_arj.cmd
  36. pack_zip.cmd
  37. have to be modified.
  38.  
  39.  
  40. ***** Installation *****
  41.  
  42. - If you have already installed Simple Zipshell, run old
  43.   DEINSTAL.CMD first.
  44.  
  45. - If you have file->program associations *.ZIP and *.ARJ,
  46.   I recommend temporarily deleting these associations. After
  47.   successful installation of simple zipshell, you can restore
  48.   your associations.
  49. - Make a new directory and copy all files of the simple zipshell
  50.   into this directory
  51. - double click to inst_eng.cmd
  52. - If the physical name of your desktop directory is not "desktop"
  53.   (for example you have installed a french or italian OS/2-
  54.   Version):
  55.   Open the settings notebook of the program object "packing"
  56.   (placed in the PackProg-folder). In the entryfield "parameters"
  57.   you will find "% desktop". Change the word "desktop" into the
  58.   correct expression. Don't delete the % and Space at the
  59.   beginning.
  60. - Drop the program object "packing" (placed in the PackProg-
  61.   folder) and "delete content" into the second window of the
  62.   settings-notebook page "menu" of your "Pack" folder.
  63. - Place the PackProg-folder somewhere in a folder of your desk-
  64.   top (you need not open it anymore).
  65.  
  66.  
  67. ***** Using the simple zipshell *****
  68.  
  69. Show Contents of Zip- or Arj-archives
  70. - double click on archive object
  71. - or context menu, item "open", item "contents"
  72.  
  73. Unpacking Zip- or Arj-archives
  74. - context menu, item "open", item "unpacking"
  75.   The files will be created in the "Pack" folder.
  76.  
  77. Packing of files
  78. - Copy the files into the folder "Pack", when you don't want to
  79.   delete the source files.
  80. - Move the files into the folder "Pack", when you want to
  81.   delete the source files.
  82. - open the context menu of the folder "Pack", choose item
  83.   "packing".
  84.  
  85. After successful packing you will get a new file "Pack.zip" on
  86. your desktop. You can rename, copy, move this file.
  87. If the Zip-file would have more than 1,44 MB, it automatically
  88. will be divided into several files: Pack_1.zip, Pack_2.zip
  89. and so on.
  90.  
  91. WARNING:
  92. The result of packing has always the same name and position:
  93. Pack.zip at the desktop. If such a file is already there, it's
  94. renamed to OldPk.zip. If OldPk.zip already exists, the old file
  95. will be deleted without question.
  96.  
  97. Both "Delete content" and unzipping a second zip file will delete
  98. the files in the pack ordner, but not folders and files in these
  99. folders.
  100.  
  101. ***** deinstallation *****
  102.  
  103. The Pack folder has to be empty.
  104. Start deinstal.cmd to deinstall the folders and program objects.
  105.  
  106.  
  107. ***** bugfixes *****
  108.  
  109. This version fixes a bug in the installation routine occuring with
  110. Warp 4.
  111.  
  112. ***** disclaimer *****
  113.  
  114. Simple zipshell is provided as is and comes with no warranty of
  115. any kind, either expressed or implied. In no event will the 
  116. author be liable for any damages resulting from the use of 
  117. this software.
  118.  
  119. ***** How to contact the author *****
  120.  
  121. Compuserve: Martin Vieregg 100661,626
  122. Internet: 100661.626@COMPUSERVE.COM
  123.  
  124. postal address:
  125.  
  126. Dr. Martin Vieregg
  127. Hubertusstr. 26
  128. D-85521 Ottobrunn
  129. Germany
  130.  
  131.  
  132. ***** other freeware programs I've programmed: *****
  133.  
  134. PMCALC20.ZIP PmCalc 2.0, a PM calculator with automatic clipboard function,
  135.              hex and scientific functions 
  136. TINYALRM.ZIP TinyAlarm 2.1, a simple countdown with a slider from 1 to 60
  137.              and an alarm by entering alarm time 
  138. CD_SHORT.ZIP CD Shortcut, instead of whole directory names you enter only
  139.              substrings.
  140. Hmakeo29.ZIP HyperMake (earlier version MakeIPF) HTML and IPF builder.
  141.              Your input is a more simple and intelligent ASCII
  142.              format. Automatic linking, window arrangement, helptables,
  143.              footnotes, line drawing and other features. Shareware if
  144.              source file > 25 kB.
  145.  
  146.