home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / arjz015.zip / PACKER.SET < prev   
Text File  |  1995-04-07  |  5KB  |  189 lines

  1. #
  2. #       Compression configuration file for NC 4.0+
  3. #
  4. #    Author     : Anthony O'Dowd
  5. #    Date    : Jan '93
  6. #       æ«áóΓ«α : üπ½áΓ ç¿úá¡Φ¿¡
  7. #       äáΓá    : 7 á»αѽ∩ 95
  8. #       Åα¿τ¿¡á ¿º¼Ñ¡Ñ¡¿∩ : ñ«íáó½Ñ¡á »«ññÑ᪬á ñ½∩ UNARJZ ¿ ARJZ
  9. #
  10. ##############################################################################
  11. ##
  12. #
  13. # The format of this file is as follows :-
  14. #
  15. #    <1> To define the start of a compression utilities command
  16. #        lines use the : followed by a short descriptive piece of text.
  17. #        This text is displayed on the Compression Method Selection Dialog box.
  18. #
  19. #    <2> To define the characteristics of a compression utility
  20. #           use a two digit number followed by a :. The two digits are
  21. #        significant as they define the type of command that the
  22. #        compression utility supports.
  23. #
  24. #    The meaning of these numbers is as follows :-
  25. #
  26. #    00:     File extension of compressed file type
  27. #    01:    Command to add a file to a compressed file.
  28. #       02:    Command to add a file to a compressed file
  29. #        and also store the file's full pathname.
  30. #    03:    Command to extract a file from a compressed file.
  31. #       04:     Command to extract a file from a compressed file
  32. #        and maintain it's full pathname.
  33. #    05:    Command to move a file to a compressed file.
  34. #       06:    Command to move a file to a compressed file and
  35. #        also store the files full pathname.
  36. #    07:    Command to delete a file from a compressed file.
  37. #    08:    Command to select the best compression method supported
  38. #        by the compression utility.
  39. #    09:    Command to create the smallest compressed file.
  40. #    10:    Command to create a compressed file in the fastest possible time.
  41. #    11:    Trait Integer. This is a sixteen bit integer that defines
  42. #        some additional characteristics about the compression
  43. #        utility. The two most important bits in this number are :-
  44. #            bit 15...Set to one if the compression utility
  45. #                 supports the concept of response file.
  46. #            bit 14...Set to one if you want to have an interactive
  47. #                 session with the compression utility. In this
  48. #                 mode Commander allows the compression utility
  49. #                 display its progress on the screen on top
  50. #                 of the Commander file panels. This can be
  51. #                 useful in debugging the switches on
  52. #                 the compression utilities.
  53. #    12:    If the Trait Integer bit 15 is set to 1 this is the definition
  54. #        of the character that must precede the response filename.
  55. #    13:     This defines the mapping of the compression error codes to the
  56. #        codes that Commander understands. This is for error checking and
  57. #        reporting.
  58. #
  59. #        The error codes handled by Norton Commander are :-
  60. #
  61. #        0.....No error
  62. #        7.....Illegal Compression utility used that Commander can understand
  63. #        8.....Compression utility not defined in Packer.set
  64. #        9.....Not enough memory to run compression utility
  65. #           10.....Cannot find the compression utility. ( It must be on the path for Commander
  66. to find it.)
  67. #           11.....Cannot locate Command.com to load compression utility
  68. #           12.....Cannot find the compression utility. ( It must be on the path for Commander
  69. #              to find it.)
  70. #           13.....Cannot find the PACKER.SET file
  71. #           14.....Cannot open the response file
  72. #           15.....Not enough parameters specified on command line.
  73. #
  74. ##############################################################################
  75. ##
  76. #
  77. :PKZIP 1.x/2.x
  78. 00:ZIP
  79. 01:pkzip -wHS
  80. 02:pkzip -P -wHS
  81. 03:pkunzip -o
  82. 04:pkunzip -o -d
  83. 05:pkzip -m -wHS
  84. 06:pkzip -m -P -wHS
  85. 07:pkzip -d
  86. 08:-en
  87. 09:-ex
  88. 10:-es
  89. 11:01
  90. 12:@
  91. #
  92. # This defines the mapping of error codes for pkzip to
  93. # the standard error codes that Commander understands.
  94. #
  95. 13:14,3;1,1;16,4;13,2;11,6
  96. :ARJZ
  97. 00:ARJ
  98. 01:arjz a -a -ti+ -e
  99. 02:arjz a -a -ti+
  100. 03:arj  e -a -ti+ -p -ha
  101. 04:arj  x -a -ti+ -p -ha
  102. 05:arjz m -a -ti+ -e
  103. 06:arjz m -a -ti+
  104. 07:arj  d -y
  105. 08:-m1
  106. 09:-jm
  107. 10:-m4
  108. 11:01
  109. 12:!
  110. 13:6,1;1,2;5,3;7,4;96,1
  111. :ARJ
  112. 00:ARJ
  113. 01:arj a -a -y -e
  114. 02:arj a -a -y
  115. 03:arj e -a -p -ti+ -ha
  116. 04:arj x -a -p -ti+ -ha
  117. 05:arj m -a -y -e
  118. 06:arj m -a -y
  119. 07:arj d -a -y
  120. 08:-m2
  121. 09:-m1
  122. 10:-m3
  123. 11:01
  124. 12:!
  125. 13:6,1;1,2;5,3;7,4;96,1
  126. :ARC
  127. 00:ARC
  128. 01:arc a
  129. 02:arc a
  130. 03:arc eow
  131. 04:arc xow
  132. 05:arc muw
  133. 06:arc muwz
  134. 07:arc dw
  135. 08:
  136. 09:
  137. 10:
  138. 11:00
  139. 12:@
  140. 13:255,5
  141. :PAK
  142. 00:PAK
  143. 01:pak u
  144. 02:pak u
  145. 03:pak e -wa
  146. 04:pak e -i -wa
  147. 05:pak m -wa
  148. 06:pak m -wa -i
  149. 07:pak d -wa
  150. 08:/C
  151. 09:/CR
  152. 10:/S
  153. 11:01
  154. 12:@
  155. 13:1;6
  156. :ZOO
  157. 00:ZOO
  158. 01:zoo -add
  159. 02:zoo -add
  160. 03:zoo -extract
  161. 04:zoo -extract
  162. 05:zoo -move
  163. 06:zoo -move
  164. 07:zoo -delete
  165. 08:
  166. 09:
  167. 10:
  168. 11:00
  169. 12:@
  170. 13:1;6
  171. :LHARC
  172. 00:LZH
  173. 01:lharc u -am
  174. 02:lharc a -apm
  175. 03:lharc e -wm
  176. 04:lharc e -wm
  177. 05:lharc m -am
  178. 06:lharc m -am
  179. 07:lharc d -mm
  180. 08:
  181. 09:
  182. 10:
  183. 11:00
  184. 12:
  185. 13:1;6
  186.  
  187.  
  188.  
  189.