home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / PXOS221A.LZH / POLYXARC.CFG next >
Text File  |  1991-04-06  |  1KB  |  47 lines

  1. BEGIN POLYXARC
  2. ;
  3. ;  ARC level overwrite extract command_template
  4. ;   %1: extraction string
  5. ;   %2: overwrite string
  6. ;   %3: archive file spec
  7. ;   %4: extracted file spec
  8. ;
  9. ;     The extract and overwrite strings may be no longer than 5 characters
  10. ;     each.
  11. ;
  12. ; Make sure these are in order from low to high level!
  13. ;
  14. ;  ARC        8     w  !  arc e%2 %3 %4
  15.    ARC        8     o  !  arc2 e%2 %3 %4
  16. ;  ARC        8    /r  !  arce %3 %4 %2
  17. ;  ARC        9    /r  !  pkxarc %2 %3 %4
  18. ;  ARC        9    /r  !  pkunpak %2 %3 %4
  19.    ARC        9     o  !  arc2 e%2 %3 %4
  20.    ARC6      10    /o  !  xarc2 %2 %3 %4
  21. ;  ARC       11   /WA  !  pak /e %2 %3 %4
  22. ;
  23. ;  SIGNATURE offset signature overwrite extract command_template
  24. ;   %1: extraction string
  25. ;   %2: overwrite string
  26. ;   %3: archive file spec
  27. ;   %4: extracted file spec
  28. ;
  29. ;     The signature, extract and overwrite strings may be no longer than
  30. ;     5 characters each.
  31. ;
  32. ;  SIGNATURE  -3   DWC      w    !    dwc e%2 %3 %4
  33. ;  SIGNATURE   2   -lh    /mc    !    lharc e %2 %3 %4
  34.    SIGNATURE   2   -lh1-   -o    !    lh x %3 %4 %2
  35.    SIGNATURE   0   ZOO      O    !    zoo x%2 %3 %4
  36.    SIGNATURE   0   PK      -o    !    pkunzip %2 %3 %4
  37. ;  SIGNATURE   0   PK      -o    !    pkunzip -3 %2 %3 %4
  38. ;
  39. ; This line is here so I can test run-time memory requirements.
  40. ; Feel free to remove it.
  41. ;
  42. ;  SIGNATURE   0   TEST    -o    !    RMAP
  43. ;
  44. ;  NOSORT
  45. ;
  46. END POLYXARC
  47.