home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / archiver / peek_221.arj / PEEK.TXT < prev    next >
Text File  |  1992-01-24  |  3KB  |  130 lines

  1. ; This sample file will create a PEEKER.CTL file when you run XPEEK.COM
  2. ; on it.  Type XPEEK PEEK.TXT at the DOS prompt
  3. ;
  4. ; Any line beginning with ; is a comment
  5. ; No line should exceed 80 chars in length
  6. ;
  7. ; The first entry is the default entry (if no extensions match):
  8. ;
  9. ; First, the filename extension this archiver uses
  10. ; This is also the extension Peeker checks to guess what kind of
  11. ; archive it's trying to list/extract from
  12. PAK
  13. ; Second, the command to move files into an archive
  14. PAK.EXE M
  15. ; Third, the command to extract files from an archive
  16. PAK.EXE E /WA
  17. ; Fourth, the command to list the contents of an archive
  18. PAK.EXE V /R
  19. ; Fifth, the string which indicates an error or that file is not an archive
  20.  is not an archive.
  21. ; Sixth, what line does the program (usually) put the errorstring on?
  22. ; You can fudge this one high if you want...
  23. 7
  24. ; Seventh, what is the exact name of the archive making/listing program?
  25. ; Peeker checks to be sure you really have it on your DOS Path before
  26. ; shelling to it...
  27. PAK.EXE
  28. ; Eighth, what is the exact name of the archive extracting program?
  29. PAK.EXE
  30. ; Ninth, the prompt for picking this archiver to repack files
  31. ; Peeker displays "Do you want your archive:" then lists these...
  32. [P]AKed
  33. ; Tenth, the key that will select this particular archiver to repack...
  34. P
  35. ; Eleventh and last, how many lines to skip when reading the contents?
  36. 5
  37. ; End of the first entry.  Other follow the same format...
  38. ZIP
  39. PKZIP.EXE -m
  40. PKUNZIP.EXE -o
  41. ; Note you could change the next one to -vt for technical listings...
  42. PKZIP.EXE -vn
  43.  - error in ZIP
  44. 6
  45. PKZIP.EXE
  46. PKUNZIP.EXE
  47. PK[Z]ipped
  48. Z
  49. 5
  50. ; End of second entry.  Note that we will now put ZIP in again for .EXE
  51. ; extensions, so it will be tried on both .ZIP's and .EXE's
  52. EXE
  53. PKZIP.EXE -m
  54. PKUNZIP.EXE -o
  55. PKZIP.EXE -vn
  56.  - error in ZIP
  57. 6
  58. PKZIP.EXE
  59. PKUNZIP.EXE
  60. ; Note the next two are blank so you don't get two PKZIP prompts...
  61. ; You can blank these out on any archiver you don't want to offer for
  62. ; repacking...
  63.  
  64.  
  65. 5
  66. ; PK(X)ARC next...
  67. PKA
  68. PKARC.EXE M
  69. PKXARC.EXE -R
  70. PKARC.EXE V
  71.  - error in archive
  72. 6
  73. PKARC.EXE
  74. PKXARC.EXE
  75. P[K]Arced
  76. K
  77. 5
  78. ; An example of substituting one archiver for another in compatibility mode
  79. ; Peeker would name a file made with this as XFILE.ARC, whereas the
  80. ; previous entry for PK(X)ARC would make XFILE.PKA.  You could use PAK
  81. ; for both PK(X)ARC's and ARC's, but PK(X)ARC is so much faster...
  82. ARC
  83. PKARC.EXE -OCT M
  84. PKXARC.EXE -R
  85. PKARC.EXE V
  86.  - error in archive
  87. 6
  88. PKARC.EXE
  89. PKXARC.EXE
  90. [A]rced
  91. A
  92. 5
  93. ; Zoo's turn now...
  94. ZOO
  95. ZOO.EXE a:M
  96. ZOO.EXE xO
  97. ZOO.EXE V
  98.  ERROR:
  99. 3
  100. ZOO.EXE
  101. ZOO.EXE
  102. Z[O]oed
  103. O
  104. 2
  105. ; LHArc next and last, but feel free to add your own...
  106. LZH
  107. LHA.EXE m /m
  108. LHA.EXE e /m
  109. LHA.EXE l
  110.  no file
  111. 5
  112. LHA.EXE
  113. LHA.EXE
  114. [L]Harced
  115. L
  116. 2
  117. ; Source archives sometimes have this extension
  118. ; and note old archiving method
  119. SZH
  120. LHA.EXE m /mo
  121. LHA.EXE e /m
  122. LHA.EXE l
  123.  no file
  124. 5
  125. LHA.EXE
  126. LHA.EXE
  127. LHarced-[1]-
  128. 1
  129. 2
  130.