home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / POLYXOS2.ZIP / POLYXARC.CFG next >
Text File  |  1990-03-31  |  1KB  |  46 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. ;  ARC       11   /WA  !  pak /e %2 %3 %4
  21. ;
  22. ;  SIGNATURE offset signature overwrite extract command_template
  23. ;   %1: extraction string
  24. ;   %2: overwrite string
  25. ;   %3: archive file spec
  26. ;   %4: extracted file spec
  27. ;
  28. ;     The signature, extract and overwrite strings may be no longer than
  29. ;     5 characters each.
  30. ;
  31. ;  SIGNATURE  -3   DWC      w    !    dwc e%2 %3 %4
  32. ;  SIGNATURE   2   -lh    /mc    !    lharc e %2 %3 %4
  33.    SIGNATURE   2   -lh1-   -o    !    lh x %3 %4 %2
  34.    SIGNATURE   0   ZOO      O    !    zoo x%2 %3 %4
  35.    SIGNATURE   0   PK      -o    !    pkunzip %2 %3 %4
  36. ;  SIGNATURE   0   PK      -o    !    pkunzip -3 %2 %3 %4
  37. ;
  38. ; This line is here so I can test run-time memory requirements.
  39. ; Feel free to remove it.
  40. ;
  41. ;  SIGNATURE   0   TEST    -o    !    RMAP
  42. ;
  43. ;  NOSORT
  44. ;
  45. END POLYXARC
  46.