home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / adf42w.zip / Archivers < prev    next >
Text File  |  1997-07-26  |  17KB  |  679 lines

  1. 22
  2. ;ARCHIVER.BB2, archiver control file for XBBS-OS/2, XGROUP and AV
  3. ;KEEP A COPY OF THIS ORIGINAL FILE FOR INFORMATION LATER!
  4. ;
  5. ;format for this archiver.bb2 file (each entry has 22 lines):
  6. ;
  7. ; 1st line:  ID of archiver (like ARC, LHARC, PKZIP, etc.; human consumption)
  8. ; 2nd line:  normal extension for archives (like ZIP, ARC, LZH; note no period)
  9. ; 3rd line:  offset into file to signature
  10. ; 4th line:  list command
  11. ; 5th line:  extract command
  12. ; 6th line:  extract w/ directories command
  13. ; 7th line:  test archive command
  14. ; 8th line:  add/create command
  15. ; 9th line:  add/create w/ paths command
  16. ;10th line:  add/create & recurse command
  17. ;11th line:  move command
  18. ;12th line:  move w/ paths command
  19. ;13th line:  delete command
  20. ;14th line:  signature (case sensitive, leading spaces count!
  21. ;15th line:  startlist string
  22. ;16th line:  endlist string
  23. ;17th line:  old size position  (all positions 0-based, -1 = not available)
  24. ;18th line:  new size position
  25. ;19th line:  file date position
  26. ;20th line:  number of positions in dates (for "03 June 92" would be 3)
  27. ;21st line:  file name position (absolutely required, of course)
  28. ;22nd line:  Letter which selects protocol (human consumption)
  29. ;            leave blank if this protocol is not a user selectable. ie. it
  30. ;            should only be used when identifying an archive.. etc.
  31. ;
  32. ;a semicolon demarks a comment.  they may appear at any point *except*
  33. ;within the 22 lines of an archiver entry.
  34. ;everything on the line after the semicolon is ignored.
  35. ;
  36. ;note that all archiver strings should include the archiver's parameters to
  37. ;prevent it from stopping for input!  also note that archive types are checked
  38. ;in order of their listing in this file.  finally, this file is set up for
  39. ;the archivers I had lying around; if yours are different versions, you may
  40. ;have to modify this file.  All archivers are OS/2 (or FAPI) versions.
  41. ;
  42. ;how archive listing works:
  43. ;
  44. ;XBBS (or AV) first tries to find a signature match.  failing that, it checks
  45. ;to see if the file might be an ARC-format file.  If the latter, READARC.CMD
  46. ;is spawned (by XBBS) with ARC as the first argument and v as the second,
  47. ;followed by the filename.  If the former, the list command is sent, followed
  48. ;by the filename.  output is redirected to a file that XBBS then displays to
  49. ;the user.  crude, but effective.  AV handles things a little more smoothly.
  50. ;
  51. ;although only the list and extract command strings are currently used by
  52. ;XBBS, include them all. someday most or all of Peeker's functionality will
  53. ;be present in XBBS-OS/2. AV likes them, too, and uses most of them now.
  54. ;
  55. ;note to XGroup DOS users:  you'll probably have to modify the ARJ and
  56. ;LHARC listings in here to work with your archivers.
  57. ;
  58. ; *************************************
  59. ; UnArj 2.41.kkf.a demo / ARJZ-OS2 0.15
  60. ; *************************************
  61. ;UNARJ / ARJZ
  62. ;ARJ
  63. ;0
  64. ;UNARJ.EXE L
  65. ;UNARJ.EXE E
  66. ;UNARJ.EXE X
  67. ;UNARJ.EXE T
  68. ;arjz-os2.exe a -a -md -mp9 -mf -jm -e
  69. ;arjz-os2.exe a -a -md -mp9 -mf -jm
  70. ;arjz-os2.exe a -a -md -mp9 -mf -jm
  71. ;arjz-os2.exe m -a -md -mp9 -mf -jm -e
  72. ;arjz-os2.exe m -a -md -mp9 -mf -jm
  73. ;
  74. ;`\xea
  75. ;------------ ---------- ---------- ----- ----------------- -------- -----------
  76. ;------------ ---------- ---------- ----- -----------------
  77. ;1
  78. ;2
  79. ;4
  80. ;1
  81. ;0
  82. ;A
  83. ;
  84. ; ************************
  85. ; ARJ SE (Self Extracting)
  86. ; ************************
  87. ;UNARJ / ARJZ
  88. ;ARJ
  89. ;0
  90. ;UNARJ.EXE L
  91. ;UNARJ.EXE E
  92. ;UNARJ.EXE X
  93. ;UNARJ.EXE T
  94. ;arjz-os2.exe a -a -md -mp9 -mf -jm -e
  95. ;arjz-os2.exe a -a -md -mp9 -mf -jm
  96. ;arjz-os2.exe a -a -md -mp9 -mf -jm
  97. ;arjz-os2.exe m -a -md -mp9 -mf -jm -e
  98. ;arjz-os2.exe m -a -md -mp9 -mf -jm
  99. ;
  100. ;MZ\xea
  101. ;------------ ---------- ---------- ----- ----------------- -------- -----------
  102. ;------------ ---------- ---------- ----- -----------------
  103. ;1
  104. ;2
  105. ;4
  106. ;1
  107. ;0
  108. ;
  109. ; ********
  110. ; Arc 5.21
  111. ; ********
  112. ;Arc 5.21
  113. ;ARC
  114. ;0
  115. ;ARC.EXE lw
  116. ;ARC.EXE ewn
  117. ;
  118. ;ARC.EXE t
  119. ;ARC.EXE awn
  120. ;
  121. ;
  122. ;ARC.EXE mwn
  123. ;
  124. ;ARC.EXE dwn
  125. ;\x1a
  126. ;============  ========  =========
  127. ;        ====  ========
  128. ;1
  129. ;-1
  130. ;2
  131. ;3
  132. ;0
  133. ;C
  134. ; *************
  135. ; LHarc-32 2.22
  136. ; *************
  137. LHArc
  138. LZH
  139. 2
  140. LH32.EXE /o l
  141. LH32.EXE /o x
  142. LH32.EXE /o /s x
  143. LH32.EXE t
  144. LH32.EXE /o a
  145.  
  146. LH32.EXE /o /s a
  147. LH32.EXE /o m
  148.  
  149. LH32.EXE /o d
  150. -lh
  151.   -------- --------  -----------------------------------------
  152.   --------          -----------------------------------------
  153. 0
  154. -1
  155. 1
  156. 1
  157. 2
  158. L
  159. ; **********************************
  160. ; LHarc-32 2.22 SE (Self Extracting)
  161. ; **********************************
  162. LHArc
  163. LZH
  164. 2
  165. LH32.EXE /o l
  166. LH32.EXE /o x
  167. LH32.EXE /o /s x
  168. LH32.EXE t
  169. LH32.EXE /o a
  170.  
  171. LH32.EXE /o /s a
  172. LH32.EXE /o m
  173.  
  174. LH32.EXE /o d
  175. MZ\xB1\x01\x2D
  176.   -------- --------  -----------------------------------------
  177.   --------          -----------------------------------------
  178. 0
  179. -1
  180. 1
  181. 1
  182. 2
  183.  
  184. ; *******
  185. ; Zoo 2.1
  186. ; *******
  187. ;Zoo 2.1
  188. ;ZOO
  189. ;20
  190. ;ZOO.EXE v
  191. ;ZOO.EXE xO
  192. ;ZOO.EXE xO/
  193. ;ZOO.EXE -test
  194. ;ZOO.Exe ah:
  195. ;ZOO.EXE ah
  196. ;
  197. ;ZOO.EXE aM:h
  198. ;ZOO.EXE aMh
  199. ;ZOO.EXE -delete
  200. ;\xdc\xa7\xc4\xfd
  201. ;--------  --- --------  --------- --------
  202. ;--------  --- --------  --------- --------
  203. ;0
  204. ;2
  205. ;3
  206. ;3
  207. ;-1
  208. ;O
  209. ; **********
  210. ; RAR/2 2.01
  211. ; **********
  212. RAR/2 2.01
  213. RAR
  214. 0
  215. RAR.EXE l -c-
  216. RAR.EXE e -y -c- -o+
  217. RAR.EXE x -y -c- -o+
  218. RAR.EXE t -c-
  219. RAR.EXE a -ep1 -y
  220. RAR.EXE a -y
  221. RAR.EXE a -r -y
  222. RAR.EXE m -y
  223. RAR.EXE m -y
  224. RAR.EXE d -c- -y
  225. Rar!\x1A\x07\x00
  226. ------------------------------------------------------------------------------
  227. ------------------------------------------------------------------------------
  228. 1
  229. 2
  230. 4
  231. 1
  232. 0
  233. R
  234. ; ***********************************
  235. ; RAR/2 2.01 SE (Self Extracting) #1
  236. ; ***********************************
  237. RAR/2 2.01
  238. RAR
  239. 28
  240. RAR.EXE l -c-
  241. RAR.EXE e -y -c- -o+
  242. RAR.EXE x -y -c- -o+
  243. RAR.EXE t -c-
  244. RAR.EXE a -ep1 -y
  245. RAR.EXE a -y
  246. RAR.EXE a -r -y
  247. RAR.EXE m -y
  248. RAR.EXE m -y
  249. RAR.EXE d -y
  250. RSFX
  251. ------------------------------------------------------------------------------
  252. ------------------------------------------------------------------------------
  253. 1
  254. 2
  255. 4
  256. 1
  257. 0
  258.  
  259. ; ***********************************
  260. ; RAR/2 2.01 SE (Self Extracting) #2
  261. ; ***********************************
  262. RAR/2 2.01
  263. RAR
  264. 64000
  265. RAR.EXE l -c-
  266. RAR.EXE e -y -c- -o+
  267. RAR.EXE x -y -c- -o+
  268. RAR.EXE t -c-
  269. RAR.EXE a -ep1 -y
  270. RAR.EXE a -y
  271. RAR.EXE a -r -y
  272. RAR.EXE m -y
  273. RAR.EXE m -y
  274. RAR.EXE d -y
  275. Rar!
  276. ------------------------------------------------------------------------------
  277. ------------------------------------------------------------------------------
  278. 1
  279. 2
  280. 4
  281. 1
  282. 0
  283.  
  284. ; ***********************************
  285. ; RAR/2 2.01 SE (Self Extracting) #3
  286. ; ***********************************
  287. RAR/2 2.00
  288. RAR
  289. 61952
  290. RAR.EXE l -c-
  291. RAR.EXE e -y -c- -o+
  292. RAR.EXE x -y -c- -o+
  293. RAR.EXE t -c-
  294. RAR.EXE a -ep1 -y
  295. RAR.EXE a -y
  296. RAR.EXE a -r -y
  297. RAR.EXE m -y
  298. RAR.EXE m -y
  299. RAR.EXE d -y
  300. Rar!
  301. ------------------------------------------------------------------------------
  302. ------------------------------------------------------------------------------
  303. 1
  304. 2
  305. 4
  306. 1
  307. 0
  308.  
  309. ; *****************
  310. ; Zip/UnZip 2.1/5.3
  311. ; *****************
  312. Zip/UnZip 2.1/5.3
  313. ZIP
  314. 0
  315. UNZIP.EXE -vUo
  316. UNZIP.EXE -joC
  317. UNZIP.EXE -oC
  318. UNZIP.EXE -to
  319. ZIP.EXE -j9
  320. ZIP.EXE -9
  321. ZIP.EXE -r9
  322. ZIP.EXE -mj9
  323. ZIP.EXE -m9
  324. ZIP.EXE -d
  325. PK\x03\x04
  326.  ------  ------   ----  -----   ----    ----   ------     ----
  327.  ------          ------  ---                              -------
  328. 0
  329. 2
  330. 4,1
  331. 2
  332. 7,1
  333. Z
  334. ; *******************
  335. ; Zip/UnZip SE Type 1
  336. ; *******************
  337. Zip/Unzip 2.1/5.3
  338. ZIP
  339. 0
  340. UNZIP.EXE -vUo
  341. UNZIP.EXE -joC
  342. UNZIP.EXE -oC
  343. UNZIP.EXE -to
  344. ZIP.EXE -j9
  345. ZIP.EXE -9
  346. ZIP.EXE -r9
  347. ZIP.EXE -mj9
  348. ZIP.EXE -m9
  349. ZIP.EXE -d
  350. MZ\x9A\x01
  351.  ------  ------   ----  -----   ----    ----   ------     ----
  352.  ------          ------  ---                              -------
  353. 0
  354. -1
  355. 1
  356. 2
  357. 3
  358.  
  359. ; *******************
  360. ; Zip/UnZip SE Type 2
  361. ; *******************
  362. Zip/Unzip 2.1/5.3
  363. ZIP
  364. 0
  365. UNZIP.EXE -vUo
  366. UNZIP.EXE -joC
  367. UNZIP.EXE -oC
  368. UNZIP.EXE -to
  369. ZIP.EXE -j9
  370. ZIP.EXE -9
  371. ZIP.EXE -r9
  372. ZIP.EXE -mj9
  373. ZIP.EXE -m9
  374. ZIP.EXE -d
  375. MZ\xF5\x01
  376.  ------  ------   ----  -----   ----    ----   ------     ----
  377.  ------          ------  ---                              -------
  378. 0
  379. -1
  380. 1
  381. 2
  382. 3
  383.  
  384. ; *******************
  385. ; Zip/UnZip SE Type 3
  386. ; *******************
  387. Zip/Unzip 2.1/5.3
  388. ZIP
  389. 0
  390. UNZIP.EXE -vUo
  391. UNZIP.EXE -joC
  392. UNZIP.EXE -oC
  393. UNZIP.EXE -to
  394. ZIP.EXE -j9
  395. ZIP.EXE -9
  396. ZIP.EXE -r9
  397. ZIP.EXE -mj9
  398. ZIP.EXE -m9
  399. ZIP.EXE -d
  400. MZ\xB7\x01
  401.  ------  ------   ----  -----   ----    ----   ------     ----
  402.  ------          ------  ---                              -------
  403. 0
  404. -1
  405. 1
  406. 2
  407. 3
  408.  
  409. ; *******************
  410. ; Zip/UnZip SE Type 4
  411. ; *******************
  412. Zip/Unzip 2.1/5.3
  413. ZIP
  414. 0
  415. UNZIP.EXE -vUo
  416. UNZIP.EXE -joC
  417. UNZIP.EXE -oC
  418. UNZIP.EXE -to
  419. ZIP.EXE -j9
  420. ZIP.EXE -9
  421. ZIP.EXE -r9
  422. ZIP.EXE -mj9
  423. ZIP.EXE -m9
  424. ZIP.EXE -d
  425. MZ\xA1\x01
  426.  ------  ------   ----  -----   ----    ----   ------     ----
  427.  ------          ------  ---                              -------
  428. 0
  429. -1
  430. 1
  431. 2
  432. 3
  433.  
  434. ; *******************
  435. ; Zip/UnZip SE Type 5
  436. ; *******************
  437. Zip/Unzip 2.1/5.3
  438. ZIP
  439. 217
  440. UNZIP.EXE -vUo
  441. UNZIP.EXE -joC
  442. UNZIP.EXE -oC
  443. UNZIP.EXE -to
  444. ZIP.EXE -j9
  445. ZIP.EXE -9
  446. ZIP.EXE -r9
  447. ZIP.EXE -mj9
  448. ZIP.EXE -m9
  449. ZIP.EXE -d
  450. unzipsfx
  451.  ------  ------   ----  -----   ----    ----   ------     ----
  452.  ------          ------  ---                              -------
  453. 0
  454. -1
  455. 1
  456. 2
  457. 3
  458.  
  459. ; ************
  460. ; PKZip/2 2.50
  461. ; ************
  462. PKZip/2 2.50
  463. ZIP
  464. 0
  465. PKZIP.EXE /view /nozipextension
  466. PKZIP.EXE /extract /nozipextension
  467. PKZIP.EXE /extract /dir /nozipextension
  468. PKZIP.EXE /test /nozipextension
  469. PKZIP.EXE /add /nozipextension
  470. PKZIP.EXE /add /dir /path /nozipextension
  471. PKZIP.EXE /add /recurse /path /nozipextension
  472. PKZIP.EXE /add /move /nozipextension
  473. PKZIP.EXE /add /move /dir /nozipextension
  474. PKZIP.EXE /del /nozipextension
  475. PK\x03\x04
  476.  ------  ------   ----- -----    ----   ----   -------- ----  ----
  477.  ------          ------ -----                                 ----
  478. 0
  479. 2
  480. 4
  481. 2
  482. 8
  483. P
  484. ; *****************************
  485. ; PKZip/2 2.50 Spanned Archive
  486. ; *****************************
  487. PKZip/2 2.50
  488. ZIP
  489. 0
  490. PKZIP.EXE /view /nozipextension
  491. PKZIP.EXE /extract /nozipextension
  492. PKZIP.EXE /extract /dir /nozipextension
  493. PKZIP.EXE /test /nozipextension
  494. PKZIP.EXE /add /nozipextension
  495. PKZIP.EXE /add /dir /path /nozipextension
  496. PKZIP.EXE /add /recurse /path /nozipextension
  497. PKZIP.EXE /add /move /nozipextension
  498. PKZIP.EXE /add /move /dir /nozipextension
  499. PKZIP.EXE /del /nozipextension
  500. PK00PK
  501.  ------  ------   ----- -----    ----   ----   -------- ----  ----
  502.  ------          ------ -----                                 ----
  503. 0
  504. 2
  505. 4
  506. 2
  507. 8
  508.  
  509. ; **************************************
  510. ; PKZip/2 2.50 SE (Self Extracting) #1
  511. ; **************************************
  512. PKZip/2 2.50
  513. ZIP
  514. 0
  515. PKZIP.EXE /view /nozipextension
  516. PKZIP.EXE /extract /nozipextension
  517. PKZIP.EXE /extract /dir /nozipextension
  518. PKZIP.EXE /test /nozipextension
  519. PKZIP.EXE /add /nozipextension
  520. PKZIP.EXE /add /dir /path /nozipextension
  521. PKZIP.EXE /add /recurse /path /nozipextension
  522. PKZIP.EXE /add /move /nozipextension
  523. PKZIP.EXE /add /move /dir /nozipextension
  524. PKZIP.EXE /del /nozipextension
  525. MZ\x9A\x01
  526.  ------  ------   ----- -----    ----   ----   -------- ----  ----
  527.  ------          ------ -----                                 ----
  528. 0
  529. 2
  530. 4
  531. 2
  532. 8
  533.  
  534. ; **************************************
  535. ; PKZip/2 2.50 SE (Self Extracting) #2
  536. ; **************************************
  537. PKZip/2 2.50
  538. ZIP
  539. 0
  540. PKZIP.EXE /view /nozipextension
  541. PKZIP.EXE /extract /nozipextension
  542. PKZIP.EXE /extract /dir /nozipextension
  543. PKZIP.EXE /test /nozipextension
  544. PKZIP.EXE /add /nozipextension
  545. PKZIP.EXE /add /dir /path /nozipextension
  546. PKZIP.EXE /add /recurse /path /nozipextension
  547. PKZIP.EXE /add /move /nozipextension
  548. PKZIP.EXE /add /move /dir /nozipextension
  549. PKZIP.EXE /del /nozipextension
  550. MZ\xF5\x01
  551.  ------  ------   ----- -----    ----   ----   -------- ----  ----
  552.  ------          ------ -----                                 ----
  553. 0
  554. 2
  555. 4
  556. 2
  557. 8
  558.  
  559. ; **************************************
  560. ; PKZip/2 2.50 SE (Self Extracting) #3
  561. ; **************************************
  562. PKZip/2 2.50
  563. ZIP
  564. 526
  565. PKZIP.EXE /view /nozipextension
  566. PKZIP.EXE /extract /nozipextension
  567. PKZIP.EXE /extract /dir /nozipextension
  568. PKZIP.EXE /test /nozipextension
  569. PKZIP.EXE /add /nozipextension
  570. PKZIP.EXE /add /dir /path /nozipextension
  571. PKZIP.EXE /add /recurse /path /nozipextension
  572. PKZIP.EXE /add /move /nozipextension
  573. PKZIP.EXE /add /move /dir /nozipextension
  574. PKZIP.EXE /del /nozipextension
  575. PKSFX
  576.  ------  ------   ----- -----    ----   ----   -------- ----  ----
  577.  ------          ------ -----                                 ----
  578. 0
  579. 2
  580. 4
  581. 2
  582. 8
  583.  
  584. ; **************************************
  585. ; PKZip/2 2.50 SE (Self Extracting) #4
  586. ; **************************************
  587. PKZip/2 2.50
  588. ZIP
  589. 590
  590. PKZIP.EXE /view /nozipextension
  591. PKZIP.EXE /extract /nozipextension
  592. PKZIP.EXE /extract /dir /nozipextension
  593. PKZIP.EXE /test /nozipextension
  594. PKZIP.EXE /add /nozipextension
  595. PKZIP.EXE /add /dir /path /nozipextension
  596. PKZIP.EXE /add /recurse /path /nozipextension
  597. PKZIP.EXE /add /move /nozipextension
  598. PKZIP.EXE /add /move /dir /nozipextension
  599. PKZIP.EXE /del /nozipextension
  600. PKSFX
  601.  ------  ------   ----- -----    ----   ----   -------- ----  ----
  602.  ------          ------ -----                                 ----
  603. 0
  604. 2
  605. 4
  606. 2
  607. 8
  608.  
  609. ;
  610. ; For possible future use:
  611. ; Squeeze-it signature:  (Offset 0000)  \x48\x4C\x53\x51\x5Ah
  612. ; No OS/2 version available yet
  613. ;
  614. ;Notes on modifying/updating this file:
  615. ;
  616. ;You can add as many archivers as you like to this file.
  617. ;here are some suggestions on how to go about it:
  618. ;
  619. ;list an archive with the archiver, redirecting to a disk
  620. ;file (ex. "ARC l AFILE.ARC > TEMP.").  Load the resultant
  621. ;file into a text editor.  Clip out the startlist and endlist
  622. ;strings and paste directly into this file on the appropriate
  623. ;lines; prevents errors due to typos when copying manually.
  624. ;Count the positions of filename, date, etc. and place on the
  625. ;appropriate line.  Now run the archiver redirected to a file
  626. ;to get its help screen (ex. "ARC > TEMP." or "ZOO h > TEMP.").
  627. ;Look for the various command options (extract, list, etc.) and
  628. ;put them into the file on the appropriate lines -- remember to
  629. ;add the modifiers to prevent the archiver from stopping to ask
  630. ;questions!  You could be in deep doo-doo if it's a detached
  631. ;process.  While it may seem a pain in the arse to have to
  632. ;edit this file when an archiver changes its command structure
  633. ;or list format, at least it's something within your control;
  634. ;you don't have to wait for an update to AV.  That means if I
  635. ;die tomorrow you'll still be able to use AV for years to come.
  636. ;
  637. ;Here's an example of an ARC listing (5.12mpl, command "ARC l"):
  638. ;
  639. ;Name          Length    Date
  640. ;============  ========  =========    <--this line is start-of-list
  641. ;MAKEFILE           374  28 Nov 89
  642. ;QSORT.C          14279  29 Nov 89
  643. ;QSORT.EXE        24629  29 Nov 89
  644. ;STUFF.H            371  29 Nov 89
  645. ;        ====  ========               <--this line is end-of-list
  646. ;Total      4     39653
  647. ;
  648. ;Note the filename is in position 0, old length in position 1, and the
  649. ;date starts in position 2, with 3 parts, and there's no new length
  650. ;field (so it'd be -1).  Compare that to the archiver entry for
  651. ;ARC 5.12mpl above and you should get a feel for what all those fields
  652. ;mean.
  653. ;
  654. ;If you're adding an entirely new archive format, note that you can
  655. ;use 'C'-style \x<hexnumber> on the signature line in this file.
  656. ;For example, the \x1a in ARC 5.12mpl's signature line means AV will
  657. ;look for an ASCII 26 (text EOF marker) in position 0 (first byte, as
  658. ;indicated by ARC's line 3, the offset into a file for the signature)
  659. ;of a file to determine if it's an archive.  If line 3's offset is
  660. ;negative, AV looks from the end of the file instead of the beginning.
  661. ;You can usually figure out what an archiver's signature is by looking
  662. ;at a few archives with a file viewing program like LIST.  By all means
  663. ;send me anything new you figure out for inclusion in future releases.
  664. ;
  665. ;
  666. ;You can have several entries for one type of archive in this file.  AV
  667. ;tries entries sequentially to list the file until it finds one that works.
  668. ;If the first entry for a signature doesn't work, and AV finds one that
  669. ;does, it moves that entry to the top of the list and rewrites ARCHIVER.BB2
  670. ;to make future accesses faster.  This allows me to list everything I can
  671. ;get entries for and let AV sort out what the user actually has that works.
  672. ;It also lets you, the user, create archives with more than one archiver that
  673. ;produces the same sort of archive (or with different switches, like one with
  674. ;LHArc producing -lh5- compression and one with it producing old, compatible
  675. ;-lh1- compression).
  676. ;
  677. ;
  678. ;always end file with blank line or comment
  679.