home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / compress / polyxamy.lha / polyxarc.cfg < prev    next >
Text File  |  1990-02-14  |  2KB  |  45 lines

  1. The configuration file consists of one or more blocks that start with
  2. BEGIN POLYXARC and end with END POLYXARC (case insensitive). Between the
  3. delimiting statements are one or more keywords, one per line. See POLYXARC.DOC
  4. for more details.
  5.  
  6. BEGIN POLYXARC
  7. ;
  8. ;  ARC 1 level overwrite command_template
  9. ;  ARC 2 level overwrite command_template
  10. ;  ARC 3 level overwrite extract command_template
  11. ;  ARC 4 level overwrite extract command_template
  12. ;
  13. ;     The extract and overwrite strings may be no longer than 5 characters
  14. ;     each.
  15. ;
  16. ; Make sure these are in order from low to high level!
  17. ;
  18. ;  ARC 1        8     w    arc e%s %s *.*
  19. ;  ARC 2        8    /r    arce %s %s
  20.    ARC 1        9    /r    pkxarc %s %s
  21. ;  ARC 1        9    /r    pkunpak %s %s *.*
  22. ;  ARC 1       11   /WA    pak /e %s %s *.*
  23. ;
  24. ;  SIGNATURE 1 offset signature overwrite command_template
  25. ;  SIGNATURE 2 offset signature overwrite command_template
  26. ;  SIGNATURE 3 offset signature overwrite extract command_template
  27. ;  SIGNATURE 4 offset signature overwrite extract command_template
  28. ;     The signature, extract and overwrite strings may be no longer than 
  29. ;     5 characters each.
  30. ;
  31. ;  SIGNATURE 1  -3   DWC      w         dwc e%s %s
  32.    SIGNATURE 1   2  -lh1-    -m         lharc e %s %s
  33.    SIGNATURE 1   0   ZOO      O         zoo x%s %s 
  34.    SIGNATURE 1   0   PK      -o         unzip %s %s
  35. ;
  36. ; This line is here so I can test run-time memory requirements.
  37. ; Feel free to remove it. (MS-DOS implementation anyway...)
  38. ;
  39. ;   SIGNATURE 1   0   TEST    -o         RMAP
  40. ;
  41. NOSORT
  42. ;
  43. END POLYXARC
  44.