home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Internet / Mail / Monsoon090.lha / S / Punarc.cfg
Text File  |  1997-02-23  |  2KB  |  120 lines

  1. $VER: Punarc.cfg 0.1 (21.03.96) Carlos
  2.  
  3.  
  4. ;
  5. ;
  6. ;Format:
  7. ;
  8. ;ID:    Punarc will first check for a valid ID. IDs are specified as ASCII
  9. ;    with '?' as wildcard, or as hex (any separation ignored) with '?'
  10. ;    here representing wild nibble ie. a whole unknown word would be
  11. ;    '????'... ASCII is denoted by quotes, hex by '$' The ID is always
  12. ;    checked at offset zero for now.
  13. ;    
  14. ;EXT:    If this is not succesfull, it will look at the file extension, case 
  15. ;    independant. '?' is wildcard here also. Multiple entries are allowed
  16. ;    separated by '|'. This is not limited to extensions, you could check
  17. ;    for an entire filename, it simply starts checking from the end of
  18. ;    the filename. '||' will convert too '|' if you need it.
  19. ;
  20. ;EXE:    This is executed when a file is identyfied, '%o' represents the
  21. ;    original filename/path, '%d' represents the second parameter passed
  22. ;    to Punarc. '|' and '%' operate as below.
  23. ;
  24. ;COM:    This is saved to 'T:Punarc.com' and can be used by other applications
  25. ;    to find out the filetype/action taken etc.
  26. ;    Again '%o' is the original file and path, and '%d' is the second
  27. ;    param. Occurances of '|' will be converted to CR/LF in the output
  28. ;    file (LF only, for EXE: AFAICR) '||' will be converted too '|'. '%%'
  29. ;    too '%'
  30. ;
  31. ; All four lines must be present for each archiver. If a field is to be
  32. ;left empty, enter 'N/A' (without quotes) for that field. Any line starting
  33. ;with space or ';' is ignored, if you need these at the start of a cfg line
  34. ;you're stuffed :) The best bet then is to start the line with '|' probably.
  35. ;
  36. ; If the second parameter is passed and the 'EXE:' entry for the relevent
  37. ;archiver does not use '%d' then the current directory will be set to '%d'
  38. ;before the command is executed.
  39. ;
  40. ; Note also that the line at the top of this file is required! Anything after
  41. ;the version ('0.1' here) may be altered, but the previous text must be
  42. ;present and the format should be preserved.
  43. ;
  44. ;
  45.  
  46.  
  47.  
  48.  
  49.  
  50. ;
  51. ;LZX
  52. ;
  53.  
  54. 'LZX'
  55. .lzx
  56. lzx x %o %d
  57. lzx a %o %d/#?
  58.  
  59.  
  60. ;
  61. ;LHA/lzh
  62. ;
  63.  
  64. '??-lh'
  65. .lha|.lzh
  66. lha e %o %d
  67. lha a %o %d/#?
  68.  
  69.  
  70. ;
  71. ;ZIP
  72. ;
  73.  
  74. 'PK'
  75. .zip
  76. unzip %o
  77. N/A
  78.  
  79.  
  80. ;
  81. ;RAR
  82. ;
  83.  
  84. 'Rar!'
  85. .rar
  86. unrar %o
  87. N/A
  88.  
  89.  
  90. ;
  91. ;ZOO
  92. ;
  93.  
  94. 'ZOO'
  95. .zoo
  96. zoo e %o
  97. zoo a %o %d/#?
  98.  
  99.  
  100. ;
  101. ;ARC
  102. ;
  103.  
  104. $1a08
  105. .arc
  106. amigarc e %o
  107. amigarc a %o %d/#?
  108.  
  109.  
  110. ;
  111. ;ARJ
  112. ;
  113.  
  114. $60ea
  115. .arj
  116. unarj e %o
  117. N/A
  118.  
  119.  
  120.