1 | 21
|
---|
2 | ;
|
---|
3 | ;The first line is the number of lines/definition in this archiver.bb2 file...
|
---|
4 | ;It is very important; do not change. It allows modifications to the
|
---|
5 | ;file format to be transparent to older programs.
|
---|
6 |
|
---|
7 | ;ARCHIVER.BB2, archiver control file for FM/2, AV, XBBS-OS/2 & XGROUP
|
---|
8 | ;KEEP A COPY OF THIS ORIGINAL FILE FOR INFORMATION LATER!
|
---|
9 |
|
---|
10 | ; $Id: archiver.tmp 1510 2010-04-12 16:28:44Z jbs $
|
---|
11 |
|
---|
12 | ;Format for this archiver.bb2 file (each entry has 21 lines):
|
---|
13 | ;
|
---|
14 | ; 1st line: archiver id (i.e. ARC, LHARC, PKZIP, etc.) for human consumption
|
---|
15 | ; 2nd line: normal extension for archives without period (i.e ZIP, ARC, LZH)
|
---|
16 | ; 3rd line: offset into file to signature (leave blank if no signature)
|
---|
17 | ; 4th line: list command
|
---|
18 | ; 5th line: extract command
|
---|
19 | ; 6th line: extract with directories command
|
---|
20 | ; 7th line: test archive command
|
---|
21 | ; 8th line: add/create command
|
---|
22 | ; 9th line: add/create with paths command
|
---|
23 | ;10th line: add/create & recurse command
|
---|
24 | ;11th line: move command
|
---|
25 | ;12th line: move with paths command
|
---|
26 | ;13th line: delete command
|
---|
27 | ;14th line: signature (case sensitive, leading spaces count!)
|
---|
28 | ;15th line: startlist string
|
---|
29 | ;16th line: endlist string
|
---|
30 | ;17th line: old size position (0-based, -1 = not available)
|
---|
31 | ;18th line: new size position (0-based, -1 = not available)
|
---|
32 | ;19th line: file date position (0-based, -1 = not available) [,type of date (0 for none)]
|
---|
33 | ;20th line: number of elements in dates (for "03 June 92" would be 3)
|
---|
34 | ;21st line: file name position (absolutely required, of course; -1 = last pos)[,name is last (1 = TRUE, n/a w/ -1 pos)[name is next line (1 = TRUE)[,name is first line, then rest of data (1 = TRUE)]]]
|
---|
35 | ; see ZOO entry for example of -1 in file name position
|
---|
36 | ; see LH entry for example of name is last
|
---|
37 | ; see RAR 2.00 entry for example of name is first
|
---|
38 | ; check listings generated by these programs for clarification
|
---|
39 |
|
---|
40 | ;ARCHIVER AUTHORS: MAKE A STANDARD!
|
---|
41 |
|
---|
42 | ;A semicolon marks a comment. They may appear at any point *except*
|
---|
43 | ;within the 21 lines of an archiver definition entry. Comments are ignored.
|
---|
44 | ;Archiver definition entries that contain numeric values may have trailing comments.
|
---|
45 | ;Archiver definition lines that contain strings do not support trailing comments.
|
---|
46 |
|
---|
47 | ;Blank lines are ignored except within a 21 line archiver definition entry.
|
---|
48 | ;A blank line with a definition entry will be treats as either an empty string
|
---|
49 | ;or the number 0, depending on what content is expected for the definition line.
|
---|
50 |
|
---|
51 | ;Note that all archiver command strings should include the archiver's parameter(s)
|
---|
52 | ;which prevent it from prompting for input! Also note that archive types are checked
|
---|
53 | ;in order of their listing in this file. Finally, this file is set up for
|
---|
54 | ;the archivers I had lying around. If yours are different versions, you may
|
---|
55 | ;have to modify this file. All archivers are OS/2 (or FAPI) versions.
|
---|
56 | ;DOS archivers may work with FM/2, but it'll be up to you to set them up.
|
---|
57 |
|
---|
58 | ;Supported date types:
|
---|
59 | ;--------------------
|
---|
60 | ; No date in data 0
|
---|
61 | ;02-31-98 23:55:32 mm-dd-yy hh:mm:ss 1
|
---|
62 | ;31 Feb 98 23:55:32 dd-Mmm- yy hh:mm:ss 2
|
---|
63 | ;31 Feb 98 11:55p dd Mmm yy hh:mmA 3
|
---|
64 | ;98-02-31 23:55:32 yy-mm-dd hh:mm:ss 4
|
---|
65 | ;31-02-98 23:55 dd-mm-yy hh:mm 5
|
---|
66 |
|
---|
67 | ; Dash (-) and slash (/) separators are both supported.
|
---|
68 | ; Both 2 digit and 4 digit years are supported.
|
---|
69 | ; 2 digit years slide about 1980.
|
---|
70 |
|
---|
71 | ;The positions specified in an archiver defintion are word numbers, where a
|
---|
72 | ;word is something separated by whitespace. Counting starts at zero (0).
|
---|
73 | ;Minus one (-1) usually indicates the item does not exist. The exception is
|
---|
74 | ;the file name position (line 21), where -1 indicates that the filename is
|
---|
75 | ;the last entry on the listing line. This allow files names with spaces to
|
---|
76 | ;be supported.
|
---|
77 |
|
---|
78 | ;How archiver selection works (for the curious):
|
---|
79 |
|
---|
80 | ;The archive selector scans the known archivers in the order in which they
|
---|
81 | ;are defined. The selector first tries a signature match, unless this is
|
---|
82 | ;suppressed in the settings. If there is no signature defined or if
|
---|
83 | ;the signature match is suppressed, the selector checks to see if the file
|
---|
84 | ;extension matches. The matching entry defines the commands used for the
|
---|
85 | ;various archiving operations and supplies parameters that enable the archiver
|
---|
86 | ;outputs to be parsed.
|
---|
87 |
|
---|
88 | ;Warning: I'm told there's a bug in some versions of 4OS2 that can cause
|
---|
89 | ;a call to an archiver to fail if the archiver has an extension (i.e.
|
---|
90 | ;UNZIP works, UNZIP.EXE doesn't). If things fail for no apparent reason
|
---|
91 | ;and you're using 4OS2 you might keep it in mind.
|
---|
92 | ;
|
---|
93 | ;The FM/2 code for accessing and using this information is in avl.c, avl.c and
|
---|
94 | ;arccnrs.c and is freely available for use in in your own projects under
|
---|
95 | ;the terms of then GNU GPL2 license.
|
---|
96 |
|
---|
97 | ;------------------- Current Archivers -------------------------
|
---|
98 | ;
|
---|
99 | ; Entry #1 - InfoZip Zip/UnZip 2.2/5.4, sent to me by V. Lee Conyers.
|
---|
100 | ;
|
---|
101 | Zip/UnZip 2.2/5.4
|
---|
102 | ZIP
|
---|
103 | 0
|
---|
104 | UNZIP.EXE -lv
|
---|
105 | UNZIP.EXE -jo
|
---|
106 | UNZIP.EXE -o
|
---|
107 | UNZIP.EXE -t
|
---|
108 | ZIP.EXE -j9g
|
---|
109 | ZIP.EXE -9g
|
---|
110 | ZIP.EXE -r9g
|
---|
111 | ZIP.EXE -mj9g
|
---|
112 | ZIP.EXE -m9g
|
---|
113 | ZIP.EXE -d
|
---|
114 | PK\x03\x04
|
---|
115 | -------- ------ ------- ----- ---- ---- ------ ----
|
---|
116 | -------- ------- --- -------
|
---|
117 | 0
|
---|
118 | 2
|
---|
119 | 4,1
|
---|
120 | 2
|
---|
121 | 7,1,0,0
|
---|
122 | ;
|
---|
123 | ;
|
---|
124 | ; Entry #2 - InfoZip Zip/UnZip 2.2/6.0
|
---|
125 | ;
|
---|
126 | Zip/UnZip 2.2/6.0
|
---|
127 | ZIP
|
---|
128 | 0
|
---|
129 | UNZIP.EXE -lv
|
---|
130 | UNZIP.EXE -jo
|
---|
131 | UNZIP.EXE -o
|
---|
132 | UNZIP.EXE -t
|
---|
133 | ZIP.EXE -j9g
|
---|
134 | ZIP.EXE -9g
|
---|
135 | ZIP.EXE -r9g
|
---|
136 | ZIP.EXE -mj9g
|
---|
137 | ZIP.EXE -m9g
|
---|
138 | ZIP.EXE -d
|
---|
139 | PK\x03\x04
|
---|
140 | -------- ------ ------- ---- ---------- ----- -------- ----
|
---|
141 | -------- ------- --- -------
|
---|
142 | 0
|
---|
143 | 2
|
---|
144 | 4,1
|
---|
145 | 2
|
---|
146 | 7,1,0,0
|
---|
147 | ;
|
---|
148 | ;
|
---|
149 | ; Entry #3 - PKZIP 2.50 named PKZip (true OS/2 executable).
|
---|
150 | ;
|
---|
151 | PKZip 2.50
|
---|
152 | ZIP
|
---|
153 | 0
|
---|
154 | PKZIP.EXE /locale=canada /nofix
|
---|
155 | PKZIP.EXE /overwrite /extract /nofix
|
---|
156 | PKZIP.EXE /overwrite /extract /directories /nofix
|
---|
157 | PKZIP.EXE /test
|
---|
158 | PKZIP.EXE /add /nofix
|
---|
159 | PKZIP.EXE /add /path /nofix
|
---|
160 | PKZIP.EXE /add /path /recurse /nofix
|
---|
161 | PKZIP.EXE /add /move /nofix
|
---|
162 | PKZIP.EXE /add /move /path /nofix
|
---|
163 | PKZIP.EXE /delete /nofix
|
---|
164 | PK\x03\x04\x14
|
---|
165 | ------ ------ ----- ----- ---- ---- -------- ---- ----
|
---|
166 | ------ ------ ----- ----
|
---|
167 | 0
|
---|
168 | 2
|
---|
169 | 4,0
|
---|
170 | 2
|
---|
171 | 8,1,0,0
|
---|
172 | ;
|
---|
173 | ; Entry #4 - InfoZip unzipsfx self-extractors.
|
---|
174 | ;
|
---|
175 | unzipsfx
|
---|
176 |
|
---|
177 | 217
|
---|
178 | UNZIP.EXE -vUo
|
---|
179 | UNZIP.EXE -jo
|
---|
180 | UNZIP.EXE -o
|
---|
181 | UNZIP.EXE -to
|
---|
182 |
|
---|
183 |
|
---|
184 |
|
---|
185 |
|
---|
186 |
|
---|
187 | ZIP.EXE -d
|
---|
188 | unzipsfx
|
---|
189 | ------ ------ ---- ----- ---- ---- ------ ----
|
---|
190 | ------ ------ --- -------
|
---|
191 | 0
|
---|
192 | 2
|
---|
193 | 4,1
|
---|
194 | 2
|
---|
195 | 7,1,0,0
|
---|
196 | ;
|
---|
197 | ;
|
---|
198 | ; Entry #5 - PKWare PKZIP self-extractors type 1.
|
---|
199 | ;
|
---|
200 | PK(Un)Zip SE #1
|
---|
201 |
|
---|
202 | 2934
|
---|
203 | PKZIP.EXE /locale=canada /nofix
|
---|
204 | PKZIP.EXE /overwrite /extract /nofix
|
---|
205 | PKZIP.EXE /overwrite /extract /directories /nofix
|
---|
206 | PKZIP.EXE /test
|
---|
207 | PKZIP.EXE /add /nofix
|
---|
208 | PKZIP.EXE /add /path /nofix
|
---|
209 | PKZIP.EXE /add /path /recurse /nofix
|
---|
210 | PKZIP.EXE /add /move /nofix
|
---|
211 | PKZIP.EXE /add /move /path /nofix
|
---|
212 | PKZIP.EXE /delete /nofix
|
---|
213 | PK\x03\x04
|
---|
214 | ------ ------ ----- ----- ---- ---- ------ ---- ----
|
---|
215 | ------ ------ --- -------
|
---|
216 | 0
|
---|
217 | 2
|
---|
218 | 4,0
|
---|
219 | 2
|
---|
220 | 8,0,0,0
|
---|
221 | ;
|
---|
222 | ; Entry #6 - is for PKWare PKZIP self-extractors type 2.
|
---|
223 | ;
|
---|
224 | PK(Un)Zip SE #2
|
---|
225 |
|
---|
226 | 12784
|
---|
227 | PKZIP.EXE /locale=canada /nofix
|
---|
228 | PKZIP.EXE /overwrite /extract /nofix
|
---|
229 | PKZIP.EXE /overwrite /extract /directories /nofix
|
---|
230 | PKZIP.EXE /test
|
---|
231 | PKZIP.EXE /add /nofix
|
---|
232 | PKZIP.EXE /add /path /nofix
|
---|
233 | PKZIP.EXE /add /path /recurse /nofix
|
---|
234 | PKZIP.EXE /add /move /nofix
|
---|
235 | PKZIP.EXE /add /move /path /nofix
|
---|
236 | PKZIP.EXE /delete /nofix
|
---|
237 | PK\x03\x04
|
---|
238 | ------ ------ ----- ----- ---- ---- ------ ---- ----
|
---|
239 | ------ ------ --- -------
|
---|
240 | 0
|
---|
241 | 2
|
---|
242 | 4,0
|
---|
243 | 2
|
---|
244 | 8,0,0,0
|
---|
245 | ;
|
---|
246 | ;
|
---|
247 | ; Entry #7 - PKWare PKZIP self-extractors type 3.
|
---|
248 | ;
|
---|
249 | PK(Un)Zip SE #2
|
---|
250 |
|
---|
251 | 30948
|
---|
252 | PKZIP.EXE /locale=canada /nofix
|
---|
253 | PKZIP.EXE /overwrite /extract /nofix
|
---|
254 | PKZIP.EXE /overwrite /extract /directories /nofix
|
---|
255 | PKZIP.EXE /test
|
---|
256 | PKZIP.EXE /add /nofix
|
---|
257 | PKZIP.EXE /add /path /nofix
|
---|
258 | PKZIP.EXE /add /path /recurse /nofix
|
---|
259 | PKZIP.EXE /add /move /nofix
|
---|
260 | PKZIP.EXE /add /move /path /nofix
|
---|
261 | PKZIP.EXE /delete /nofix
|
---|
262 | PK\x03\x04
|
---|
263 | ------ ------ ----- ----- ---- ---- ------ ---- ----
|
---|
264 | ------ ------ --- -------
|
---|
265 | 0
|
---|
266 | 2
|
---|
267 | 4,0
|
---|
268 | 2
|
---|
269 | 8,0,0,0
|
---|
270 | ;
|
---|
271 | ;
|
---|
272 | ; Entry #8 - TAR 1.15.1 from Gregg Young
|
---|
273 | ;
|
---|
274 | TAR 1.15.1 (or higher)
|
---|
275 | TAR
|
---|
276 | 257
|
---|
277 | Tar.exe -tvf
|
---|
278 | Tar.exe --wildcards -xpf
|
---|
279 | Tar.exe --wildcards -xpf
|
---|
280 |
|
---|
281 |
|
---|
282 | Tar.exe --no-recursion -rpf
|
---|
283 | Tar.exe -rpf
|
---|
284 |
|
---|
285 | Tar.exe --remove-files -rpf
|
---|
286 | Tar.exe --delete -f
|
---|
287 | ustar
|
---|
288 | None
|
---|
289 | None
|
---|
290 | 2
|
---|
291 | -1
|
---|
292 | 3,0
|
---|
293 | 2
|
---|
294 | 5,1,0,0
|
---|
295 | ;
|
---|
296 | ; Entry #9 - TAR 1.1.0.
|
---|
297 | ;
|
---|
298 | TAR 1.10
|
---|
299 | TAR
|
---|
300 | 257
|
---|
301 | tar110.exe -tvf
|
---|
302 | Tar110.exe -xpf
|
---|
303 | Tar110.exe -xpf
|
---|
304 |
|
---|
305 | Tar110.exe -rpyf
|
---|
306 | Tar110.exe -rpf
|
---|
307 | Tar110.exe --help
|
---|
308 |
|
---|
309 |
|
---|
310 | Tar110.exe --delete -f
|
---|
311 | ustar
|
---|
312 | None
|
---|
313 | None
|
---|
314 | 2
|
---|
315 | -1
|
---|
316 | 3,0
|
---|
317 | 4
|
---|
318 | 7,1,0,0
|
---|
319 | ;
|
---|
320 | ;
|
---|
321 | ; Entry #10 (tar.gz)
|
---|
322 | ;
|
---|
323 | TAR.GZ (Req. TAR 1.15+ & GZIP)
|
---|
324 | tar.gz
|
---|
325 | 0
|
---|
326 | tar.exe -tzvf
|
---|
327 | tar.exe -xzpvf
|
---|
328 | tar.exe -xzpvf
|
---|
329 |
|
---|
330 | tar.exe -rzpf
|
---|
331 | tar.exe -rpf
|
---|
332 |
|
---|
333 |
|
---|
334 |
|
---|
335 | tar.exe -z --delete -f
|
---|
336 | \x1f\x8b
|
---|
337 | None
|
---|
338 | None
|
---|
339 | 2
|
---|
340 | -1
|
---|
341 | 3,0
|
---|
342 | 2
|
---|
343 | 5,1,0,0
|
---|
344 | ;
|
---|
345 | ; Entry #11 (tar.bz2)
|
---|
346 | ;
|
---|
347 | TAR.BZ2 (Req. TAR 1.15+ & BZIP2)
|
---|
348 | tar.bz2
|
---|
349 | 0
|
---|
350 | tar.exe -tjvf
|
---|
351 | tar.exe -xjpvf
|
---|
352 | tar.exe -xjpvf
|
---|
353 |
|
---|
354 | tar.exe -crjpf
|
---|
355 | tar.exe -rjpf
|
---|
356 |
|
---|
357 |
|
---|
358 |
|
---|
359 | tar.exe -j --delete -f
|
---|
360 | BZh
|
---|
361 | None
|
---|
362 | None
|
---|
363 | 2
|
---|
364 | -1
|
---|
365 | 3,0
|
---|
366 | 2
|
---|
367 | 5,1,0,0
|
---|
368 | ;
|
---|
369 | ; Entry #12 - GZIP (GZ).
|
---|
370 | ;
|
---|
371 | GZIP (GZ) (req. GZIP & TAR 1.15+)
|
---|
372 | GZ
|
---|
373 | 0
|
---|
374 | gzip.exe -lv
|
---|
375 | gzipe.cmd
|
---|
376 |
|
---|
377 | gzip.exe -t
|
---|
378 | gzip.exe
|
---|
379 | gzip.exe
|
---|
380 | gzip.exe -r
|
---|
381 | gzip.exe
|
---|
382 | gzip.exe
|
---|
383 |
|
---|
384 | \x1f\x8b
|
---|
385 | None
|
---|
386 | None
|
---|
387 | 2
|
---|
388 | -1
|
---|
389 | 3,4
|
---|
390 | 2
|
---|
391 | 5,1,0,0
|
---|
392 | ;
|
---|
393 | ; Entry #13 - GZIP (Z).
|
---|
394 | ;
|
---|
395 | GZIP (Z)
|
---|
396 | Z
|
---|
397 | 0
|
---|
398 | gzip.exe -lv
|
---|
399 | gzipe.cmd
|
---|
400 |
|
---|
401 | gzip.exe -t
|
---|
402 | gzip.exe -9 -s .z
|
---|
403 | gzip.exe -9 -s .z
|
---|
404 | gzip.exe -r
|
---|
405 |
|
---|
406 |
|
---|
407 |
|
---|
408 | \x1f\x8b
|
---|
409 | method crc date time compressed uncompr. ratio uncompressed_name
|
---|
410 | None
|
---|
411 | 6
|
---|
412 | 5
|
---|
413 | 2,0
|
---|
414 | 3
|
---|
415 | 8,0,0,0
|
---|
416 | ;
|
---|
417 | ; Entry #14 - Unarj 2.30 demo version.
|
---|
418 | ; Don't use Unarj 2.41; it's broken.
|
---|
419 | ;
|
---|
420 | (Un)Arj 2.30 demo
|
---|
421 |
|
---|
422 | 0
|
---|
423 | UNARJ.EXE l
|
---|
424 | UNARJ.EXE e
|
---|
425 | UNARJ.EXE x
|
---|
426 | UNARJ.EXE t
|
---|
427 |
|
---|
428 |
|
---|
429 |
|
---|
430 |
|
---|
431 |
|
---|
432 |
|
---|
433 | `\xea
|
---|
434 | ------------ ---------- ---------- ----- ----------------- -------- -----------
|
---|
435 | ------------ ---------- ---------- ----- -----------------
|
---|
436 | 1
|
---|
437 | 2
|
---|
438 | 4,0
|
---|
439 | 1
|
---|
440 | 0,0,0,0
|
---|
441 | ;
|
---|
442 | ; Entry #15 - Arj 2.00 (DOS).
|
---|
443 | ; Note that other programs that use this control file may not be able to
|
---|
444 | ; handle calling a DOS archiver correctly! FM/2 is the only one that I
|
---|
445 | ; know of which can at this time. This means you may need to keep FM/2's
|
---|
446 | ; ARCHIVER.BB2 separate from those for other programs.
|
---|
447 | ;
|
---|
448 | Arj 2.00 DOS
|
---|
449 | ARJ
|
---|
450 | 0
|
---|
451 | ARJ.EXE l
|
---|
452 | ARJ.EXE e -y
|
---|
453 | ARJ.EXE x -y
|
---|
454 | ARJ.EXE t
|
---|
455 | ARJ.EXE a -y -e
|
---|
456 | ARJ.EXE a -y
|
---|
457 | ARJ.EXE a -y -r
|
---|
458 | ARJ.EXE m -y -e
|
---|
459 | ARJ.EXE m -y
|
---|
460 | ARJ.EXE d -y
|
---|
461 | `\xea
|
---|
462 | ------------ ---------- ---------- ----- ----------------- -------- ---- ------
|
---|
463 | ------------ ---------- ---------- -----
|
---|
464 | 1
|
---|
465 | 2
|
---|
466 | 4,0
|
---|
467 | 1
|
---|
468 | 0,0,0,0
|
---|
469 | ;
|
---|
470 | ; Entry #16 (RAR v.3.5)
|
---|
471 | ;
|
---|
472 | RAR v.3.5
|
---|
473 | RAR
|
---|
474 | 0
|
---|
475 | RAR32.EXE v -c-
|
---|
476 | RAR32.EXE e -y -c- -o+
|
---|
477 | RAR32.EXE x -y -c- -o+
|
---|
478 | RAR32.EXE t -c-
|
---|
479 | RAR32.EXE a -ep1 -y
|
---|
480 | RAR32.EXE a -y
|
---|
481 | RAR32.EXE a -r -y
|
---|
482 | RAR32.EXE mf -ep1 -y
|
---|
483 | RAR32.EXE m -y
|
---|
484 | RAR32.EXE d -y
|
---|
485 | Rar!\x1a\x07
|
---|
486 | -------------------------------------------------------------------------------
|
---|
487 | -------------------------------------------------------------------------------
|
---|
488 | 0
|
---|
489 | 1
|
---|
490 | 3,5
|
---|
491 | 2
|
---|
492 | 0,0,0,1
|
---|
493 | ;
|
---|
494 | ; Entry #17 - RAR/2 v2, provided by Eugene Roshal.
|
---|
495 | ;
|
---|
496 | RAR/2 v2
|
---|
497 | RAR
|
---|
498 | 0
|
---|
499 | RAR.EXE v -c-
|
---|
500 | RAR.EXE e -y -c- -o+
|
---|
501 | RAR.EXE x -y -c- -o+
|
---|
502 | RAR.EXE t -c-
|
---|
503 | RAR.EXE a -ep1 -y
|
---|
504 | RAR.EXE a -y
|
---|
505 | RAR.EXE a -r -y
|
---|
506 | RAR.EXE mf -ep1 -y
|
---|
507 | RAR.EXE m -y
|
---|
508 | RAR.EXE d -y
|
---|
509 | Rar!\x1a\x07
|
---|
510 | ------------------------------------------------------------------------------
|
---|
511 | ------------------------------------------------------------------------------
|
---|
512 | 0
|
---|
513 | 1
|
---|
514 | 3,0
|
---|
515 | 1
|
---|
516 | 0,0,0,1
|
---|
517 | ;
|
---|
518 | ; Entry #18 - RAR/2 v.1.53beta OS/2 SFX.
|
---|
519 | ;
|
---|
520 | RAR/2 v.1.53beta OS/2 SFX
|
---|
521 |
|
---|
522 | 13707
|
---|
523 | RAR.EXE l -c-
|
---|
524 | RAR.EXE e -y -c- -o+
|
---|
525 | RAR.EXE x -y -c- -o+
|
---|
526 | RAR.EXE t -c-
|
---|
527 | RAR.EXE a -ep1 -y
|
---|
528 | RAR.EXE a -y
|
---|
529 | RAR.EXE a -r -y
|
---|
530 | RAR.EXE mf -ep1 -y
|
---|
531 | RAR.EXE m -y
|
---|
532 | RAR.EXE d -y
|
---|
533 | Rar!\x1a\x07
|
---|
534 | ------------------------------------------------------------------------------
|
---|
535 | ------------------------------------------------------------------------------
|
---|
536 | 1
|
---|
537 | 2
|
---|
538 | 4,0
|
---|
539 | 1
|
---|
540 | 0,0,0,1
|
---|
541 | ;
|
---|
542 | ; Entry #19 - RAR v.1.53 DOS SFX.
|
---|
543 | ;
|
---|
544 | RAR v.1.53 DOS SFX
|
---|
545 |
|
---|
546 | 7195
|
---|
547 | RAR.EXE l -c-
|
---|
548 | RAR.EXE e -y -c- -o+
|
---|
549 | RAR.EXE x -y -c- -o+
|
---|
550 | RAR.EXE t -c-
|
---|
551 | RAR.EXE a -ep1 -y
|
---|
552 | RAR.EXE a -y
|
---|
553 | RAR.EXE a -r -y
|
---|
554 | RAR.EXE mf -ep1 -y
|
---|
555 | RAR.EXE m -y
|
---|
556 | RAR.EXE d -y
|
---|
557 | Rar!\x1a\x07
|
---|
558 | ------------------------------------------------------------------------------
|
---|
559 | ------------------------------------------------------------------------------
|
---|
560 | 1
|
---|
561 | 2
|
---|
562 | 4,0
|
---|
563 | 1
|
---|
564 | 0,0,0,1
|
---|
565 | ;
|
---|
566 | ; Entry #20 - RAR v.2.00 SFX.
|
---|
567 | ;
|
---|
568 | RAR v.2.00 SFX
|
---|
569 |
|
---|
570 | 28
|
---|
571 | RAR.EXE l -c-
|
---|
572 | RAR.EXE e -y -c- -o+
|
---|
573 | RAR.EXE x -y -c- -o+
|
---|
574 | RAR.EXE t -c-
|
---|
575 | RAR.EXE a -ep1 -y
|
---|
576 | RAR.EXE a -y
|
---|
577 | RAR.EXE a -r -y
|
---|
578 | RAR.EXE mf -ep1 -y
|
---|
579 | RAR.EXE m -y
|
---|
580 | RAR.EXE d -y
|
---|
581 | RSFXjr
|
---|
582 | ------------------------------------------------------------------------------
|
---|
583 | ------------------------------------------------------------------------------
|
---|
584 | 1
|
---|
585 | 2
|
---|
586 | 4,0
|
---|
587 | 1
|
---|
588 | 0,0,0,1
|
---|
589 | ;
|
---|
590 | ;
|
---|
591 | ; Entry #21 - LHarc 2.22.
|
---|
592 | ; Supposedly fixes bugs in earlier versions.
|
---|
593 | ; Actually seems to have done so. Good work, Peter.
|
---|
594 | ;
|
---|
595 | LHarc 2.22
|
---|
596 | LZH
|
---|
597 | 2
|
---|
598 | LH.EXE /o l
|
---|
599 | LH.EXE /o x
|
---|
600 | LH.EXE /o /s x
|
---|
601 | LH.EXE t
|
---|
602 | LH.EXE /o a
|
---|
603 |
|
---|
604 | LH.EXE /o /s a
|
---|
605 | LH.EXE /o m
|
---|
606 |
|
---|
607 | LH.EXE /o d
|
---|
608 | -lh
|
---|
609 | -------- -------- -----------------------------------------
|
---|
610 | -------- -----------------------------------------
|
---|
611 | 0
|
---|
612 | -1
|
---|
613 | 1,4
|
---|
614 | 1
|
---|
615 | 2,1,0,0
|
---|
616 | ;
|
---|
617 | ; Entry #22 - LHarc 2.22 using LH32 executable.
|
---|
618 | ;
|
---|
619 | LHarc-32 2.22
|
---|
620 | LZH
|
---|
621 | 2
|
---|
622 | LH32.EXE /o l
|
---|
623 | LH32.EXE /o x
|
---|
624 | LH32.EXE /o /s x
|
---|
625 | LH32.EXE t
|
---|
626 | LH32.EXE /o a
|
---|
627 |
|
---|
628 | LH32.EXE /o /s a
|
---|
629 | LH32.EXE /o m
|
---|
630 |
|
---|
631 | LH32.EXE /o d
|
---|
632 | -lh
|
---|
633 | -------- -------- -----------------------------------------
|
---|
634 | -------- -----------------------------------------
|
---|
635 | 0
|
---|
636 | -1
|
---|
637 | 1,4
|
---|
638 | 1
|
---|
639 | 2,1,0,0
|
---|
640 | ;
|
---|
641 | ; Entry #23 - LHarc 2.22 self-extractors..
|
---|
642 | ;
|
---|
643 | LHarc 2.22 SE
|
---|
644 | LZH
|
---|
645 | 22963
|
---|
646 | LH.EXE /o l
|
---|
647 | LH.EXE /o x
|
---|
648 | LH.EXE /o /s x
|
---|
649 | LH.EXE t
|
---|
650 | LH.EXE /o a
|
---|
651 |
|
---|
652 | LH.EXE /o /s a
|
---|
653 | LH.EXE /o m
|
---|
654 |
|
---|
655 | LH.EXE /o d
|
---|
656 | -lh
|
---|
657 | -------- -------- -----------------------------------------
|
---|
658 | -------- -----------------------------------------
|
---|
659 | 0
|
---|
660 | -1
|
---|
661 | 1,4
|
---|
662 | 1
|
---|
663 | 2,1,0,0
|
---|
664 | ;
|
---|
665 | ; Entry #24 - LHA 2.12 (DOS) self-extractors.
|
---|
666 | ; LH 2.22 seems to recognize them
|
---|
667 | ;
|
---|
668 | LHarc 2.12 DOS SE
|
---|
669 | LZH
|
---|
670 | 1638
|
---|
671 | LH.EXE /o l
|
---|
672 | LH.EXE /o x
|
---|
673 | LH.EXE /o /s x
|
---|
674 | LH.EXE t
|
---|
675 | LH.EXE /o a
|
---|
676 |
|
---|
677 | LH.EXE /o /s a
|
---|
678 | LH.EXE /o m
|
---|
679 |
|
---|
680 | LH.EXE /o d
|
---|
681 | -lh
|
---|
682 | -------- -------- -----------------------------------------
|
---|
683 | -------- -----------------------------------------
|
---|
684 | 0
|
---|
685 | -1
|
---|
686 | 1,4
|
---|
687 | 1
|
---|
688 | 2,1,0,0
|
---|
689 | ;
|
---|
690 | ; Entry #25 - LHA 2.12 (DOS) self-extractors.
|
---|
691 | ; LH 2.22 seems to recognize them
|
---|
692 | ;
|
---|
693 | LHarc 2.12 DOS SE
|
---|
694 | LZH
|
---|
695 | 37
|
---|
696 | LH.EXE /o l
|
---|
697 | LH.EXE /o x
|
---|
698 | LH.EXE /o /s x
|
---|
699 | LH.EXE t
|
---|
700 | LH.EXE /o a
|
---|
701 |
|
---|
702 | LH.EXE /o /s a
|
---|
703 | LH.EXE /o m
|
---|
704 |
|
---|
705 | LH.EXE /o d
|
---|
706 | $LHarc's SFX
|
---|
707 | -------- -------- -----------------------------------------
|
---|
708 | -------- -----------------------------------------
|
---|
709 | 0
|
---|
710 | -1
|
---|
711 | 1,4
|
---|
712 | 1
|
---|
713 | 2,1,0,0
|
---|
714 | ;
|
---|
715 | ; Entry #26 - LHA 2.13L (DOS) self-extractors.
|
---|
716 | ; LH 2.22 seems to recognize them
|
---|
717 | ;
|
---|
718 | LHarc 2.13 DOS SE
|
---|
719 | LZH
|
---|
720 | 36
|
---|
721 | LH.EXE /o l
|
---|
722 | LH.EXE /o x
|
---|
723 | LH.EXE /o /s x
|
---|
724 | LH.EXE t
|
---|
725 | LH.EXE /o a
|
---|
726 |
|
---|
727 | LH.EXE /o /s a
|
---|
728 | LH.EXE /o m
|
---|
729 |
|
---|
730 | LH.EXE /o d
|
---|
731 | LHA's SFX 2.13L (c) Yoshi, 1991\r\n
|
---|
732 | -------- -------- -----------------------------------------
|
---|
733 | -------- -----------------------------------------
|
---|
734 | 0
|
---|
735 | -1
|
---|
736 | 1,4
|
---|
737 | 1
|
---|
738 | 2,1,0,0
|
---|
739 | ;
|
---|
740 | ; Entry #27 - LH2 2.11.
|
---|
741 | ; NOTE: sometimes will put a file into an archive more than once, necessitating
|
---|
742 | ; deleting both. EAs not handled well, but at least they're handled.
|
---|
743 | ;
|
---|
744 | LHarc 2.11
|
---|
745 | LZH
|
---|
746 | 2
|
---|
747 | LH.EXE /o l
|
---|
748 | LH.EXE /o x
|
---|
749 | LH.EXE /o /s x
|
---|
750 | LH.EXE t
|
---|
751 | LH.EXE /o a
|
---|
752 |
|
---|
753 | LH.EXE /o /s a
|
---|
754 | LH.EXE /o m
|
---|
755 |
|
---|
756 | LH.EXE /o d
|
---|
757 | -lh
|
---|
758 | -------- -------- -----------------------------------------
|
---|
759 | -------- -----------------------------------------
|
---|
760 | 0
|
---|
761 | -1
|
---|
762 | 1,0
|
---|
763 | 1
|
---|
764 | 2,1,0,0
|
---|
765 | ;
|
---|
766 | ; Entry #28 - ZIP 1.9/UNZIP 5.0 (available in 32-bit versions).
|
---|
767 | ;ZIP/UNZIP should work with PKZIP 2.04 files. Saves EAs well. Won't
|
---|
768 | ;extract a file stored with path without the path (actually, this seems
|
---|
769 | ;to be fixed now. Maybe. There are dozens of versions floating around;
|
---|
770 | ;you don't pays your money and you takes your chances). If you have a
|
---|
771 | ;version that won't extract files with paths without the paths, there's
|
---|
772 | ;a workaround -- change the line "UNZIP.EXE -jo" below to "UNZIP.EXE -o".
|
---|
773 | ;Because of broken ZIP archives floating around everywhere, this is here
|
---|
774 | ;without the version flag in the signature (should really be PK\x03\x04\x14).
|
---|
775 | ;Damnit, it looks like Katz's own software is what does the botching. So
|
---|
776 | ;much for the keeper of the ZIP standard... Zip still seems to have to
|
---|
777 | ;have erratic problems with creating archives with some pathnames...
|
---|
778 | ;
|
---|
779 | Zip/UnZip 1.9/5.0
|
---|
780 | ZIP
|
---|
781 | 0
|
---|
782 | UNZIP.EXE -vUo
|
---|
783 | UNZIP.EXE -jo
|
---|
784 | UNZIP.EXE -o
|
---|
785 | UNZIP.EXE -to
|
---|
786 | ZIP.EXE -j9g
|
---|
787 | ZIP.EXE -9g
|
---|
788 | ZIP.EXE -r9g
|
---|
789 | ZIP.EXE -mj9g
|
---|
790 | ZIP.EXE -m9g
|
---|
791 | ZIP.EXE -d
|
---|
792 | PK\x03\x04
|
---|
793 | ------ ------ ---- ----- ---- ---- ------ ----
|
---|
794 | ------ ------ --- -------
|
---|
795 | 0
|
---|
796 | 2
|
---|
797 | 4,1
|
---|
798 | 2
|
---|
799 | 7,1,0,0
|
---|
800 | ;
|
---|
801 | ; Entry #29 - ZIP 1.9/UNZIP 5.0 using *32 executables.
|
---|
802 | ;
|
---|
803 | Zip/UnZip-32 1.9/5.0
|
---|
804 | ZIP
|
---|
805 | 0
|
---|
806 | UNZIP32.EXE -vUo
|
---|
807 | UNZIP32.EXE -jo
|
---|
808 | UNZIP32.EXE -o
|
---|
809 | UNZIP32.EXE -to
|
---|
810 | ZIP32.EXE -j9g
|
---|
811 | ZIP32.EXE -9g
|
---|
812 | ZIP32.EXE -r9g
|
---|
813 | ZIP32.EXE -mj9g
|
---|
814 | ZIP32.EXE -m9g
|
---|
815 | ZIP32.EXE -d
|
---|
816 | PK\x03\x04
|
---|
817 | ------ ------ ---- ----- ---- ---- ------ ----
|
---|
818 | ------ ------ --- -------
|
---|
819 | 0
|
---|
820 | 2
|
---|
821 | 4,1
|
---|
822 | 2
|
---|
823 | 7,1,0,0
|
---|
824 | ;
|
---|
825 | ; Entry #30 - ZIP 1.9/UNZIP 5.0, using the -l listing format.
|
---|
826 | ; (the -v long format can sometimes result in the old length field
|
---|
827 | ; being crammed together with the Method field, resulting in an
|
---|
828 | ; unparsable format). Some info, like old length, will be missing,
|
---|
829 | ; but at least you can view the contents.
|
---|
830 | ;
|
---|
831 | Zip/UnZip 1.9/5.0 Short
|
---|
832 | ZIP
|
---|
833 | 0
|
---|
834 | UNZIP.EXE -lUo
|
---|
835 | UNZIP.EXE -jo
|
---|
836 | UNZIP.EXE -o
|
---|
837 | UNZIP.EXE -to
|
---|
838 | ZIP.EXE -j9g
|
---|
839 | ZIP.EXE -9g
|
---|
840 | ZIP.EXE -r9g
|
---|
841 | ZIP.EXE -mj9g
|
---|
842 | ZIP.EXE -m9g
|
---|
843 | ZIP.EXE -d
|
---|
844 | PK\x03\x04
|
---|
845 | ------ ---- ---- ----
|
---|
846 | ------ -------
|
---|
847 | -1
|
---|
848 | 0
|
---|
849 | 1,1
|
---|
850 | 2
|
---|
851 | 3,1,0,0
|
---|
852 | ;
|
---|
853 | ; Entry #31 - Zoo 2.1.
|
---|
854 | ; NOTE: Bug in Zoo 2.1 seems to cause files stored with paths to
|
---|
855 | ; be extracted with paths even when you don't ask it to do so...
|
---|
856 | ;
|
---|
857 | Zoo 2.1
|
---|
858 | ZOO
|
---|
859 | 20
|
---|
860 | ZOO.EXE v
|
---|
861 | ZOO.EXE xO
|
---|
862 | ZOO.EXE xO/
|
---|
863 | ZOO.EXE -test
|
---|
864 | ZOO.Exe ah:
|
---|
865 | ZOO.EXE ah
|
---|
866 |
|
---|
867 | ZOO.EXE aM:h
|
---|
868 | ZOO.EXE aMh
|
---|
869 | ZOO.EXE -delete
|
---|
870 | \xdc\xa7\xc4\xfd
|
---|
871 | -------- --- -------- --------- --------
|
---|
872 | -------- --- -------- --------- --------
|
---|
873 | 0
|
---|
874 | 2
|
---|
875 | 3,2
|
---|
876 | 3
|
---|
877 | -1,0,0,0
|
---|
878 | ;
|
---|
879 | ;----------------- Older, less used archivers --------------
|
---|
880 | ;
|
---|
881 | ; Entry #32 - ARC 5.12mpl.
|
---|
882 | ;
|
---|
883 | Arc 5.12mpl
|
---|
884 | ARC
|
---|
885 | 0
|
---|
886 | ARC.EXE lwn
|
---|
887 | ARC.EXE ewn
|
---|
888 |
|
---|
889 | ARC.EXE t
|
---|
890 | ARC.EXE awn
|
---|
891 |
|
---|
892 |
|
---|
893 | ARC.EXE mwn
|
---|
894 |
|
---|
895 | ARC.EXE dwn
|
---|
896 | \x1a
|
---|
897 | ============ ======== =========
|
---|
898 | ==== ========
|
---|
899 | 1
|
---|
900 | -1
|
---|
901 | 2,3
|
---|
902 | 3
|
---|
903 | 0,0,0,0
|
---|
904 | ;
|
---|
905 | ; Entry #33 - ARC2 (6.0).
|
---|
906 | ; Note that I don't actually have a copy of this...
|
---|
907 | ;
|
---|
908 | Arc 6.0
|
---|
909 | ARC
|
---|
910 | 0
|
---|
911 | ARC.EXE l
|
---|
912 | ARC.EXE ewn
|
---|
913 |
|
---|
914 | ARC.EXE t
|
---|
915 | ARC.EXE awn
|
---|
916 |
|
---|
917 |
|
---|
918 | ARC.EXE mwn
|
---|
919 |
|
---|
920 | ARC.EXE dwn
|
---|
921 | \x1a
|
---|
922 | ================= ======== =========
|
---|
923 | ==== ========
|
---|
924 | 1
|
---|
925 | -1
|
---|
926 | 2,0
|
---|
927 | 3
|
---|
928 | 0,0,0,0
|
---|
929 | ;
|
---|
930 | ; Entry #34 - ARC2 (6.0) using ARC2 executable.
|
---|
931 | ;
|
---|
932 | Arc 6.0
|
---|
933 | ARC
|
---|
934 | 0
|
---|
935 | ARC2.EXE l
|
---|
936 | ARC2.EXE ewn
|
---|
937 |
|
---|
938 | ARC2.EXE t
|
---|
939 | ARC2.EXE awn
|
---|
940 |
|
---|
941 |
|
---|
942 | ARC2.EXE mwn
|
---|
943 |
|
---|
944 | ARC2.EXE dwn
|
---|
945 | \x1a
|
---|
946 | ================= ======== =========
|
---|
947 | ==== ========
|
---|
948 | 1
|
---|
949 | -1
|
---|
950 | 2,0
|
---|
951 | 3
|
---|
952 | 0,0,0,0
|
---|
953 | ;
|
---|
954 | ; Entry #35 (CABExtract 1.0)
|
---|
955 | ;
|
---|
956 | CABExtract 1.0
|
---|
957 | CAB
|
---|
958 | 0
|
---|
959 | Cabextract.exe -l
|
---|
960 | Cabextract.exe
|
---|
961 |
|
---|
962 |
|
---|
963 |
|
---|
964 |
|
---|
965 |
|
---|
966 |
|
---|
967 |
|
---|
968 |
|
---|
969 | MSCF
|
---|
970 | -----------+---------------------+-------------
|
---|
971 |
|
---|
972 | 0
|
---|
973 | -1
|
---|
974 | -1,0
|
---|
975 | 2
|
---|
976 | 5,1,0,0
|
---|
977 | ;
|
---|
978 | ; Entry #36 (Untgz Ver 0.95)
|
---|
979 | ; Supplied by Gregg Young
|
---|
980 | ;
|
---|
981 | Untgz Ver 0.95
|
---|
982 | TAR.GZ
|
---|
983 | 0
|
---|
984 | untgzos2.exe -l
|
---|
985 | untgzos2.exe
|
---|
986 |
|
---|
987 | untgzos2.exe -t
|
---|
988 |
|
---|
989 |
|
---|
990 |
|
---|
991 |
|
---|
992 |
|
---|
993 |
|
---|
994 | \x1f\x8b
|
---|
995 | ------- ----- ---- ----- ---------------------------------------------------
|
---|
996 | ------- ----- ---- ----- ---------------------------------------------------
|
---|
997 | 0
|
---|
998 | -1
|
---|
999 | 1,0
|
---|
1000 | 3
|
---|
1001 | 5,1,0,0
|
---|
1002 | ;
|
---|
1003 | ;----------------- End of archiver data -----------------------
|
---|
1004 |
|
---|
1005 | ; For possible future use:
|
---|
1006 |
|
---|
1007 | ; Squeeze-it signature: (Offset 0) \x48\x4c\x53\x51\x5ah
|
---|
1008 | ; HA signature: (Offset 0) HA
|
---|
1009 | ; HAP signature: (Offset 0) \x913HF
|
---|
1010 | ; HPK signature: (Offset 0) HPAK
|
---|
1011 | ; SQZ signature: (Offset 0) HLSQZ
|
---|
1012 | ; DWZ signature: (Offset -3) DWC
|
---|
1013 |
|
---|
1014 | ; No OS/2 versions available yet to my knowledge...
|
---|
1015 |
|
---|
1016 | ;Notes on modifying/updating this file:
|
---|
1017 | ;=====================================
|
---|
1018 |
|
---|
1019 | ;You can add as many archivers as you like to this file.
|
---|
1020 | ;here are some suggestions on how to go about it:
|
---|
1021 |
|
---|
1022 | ;List an archive with the archiver, redirecting to a disk
|
---|
1023 | ;file (ex. "ARC l AFILE.ARC > TEMP."). Load the resultant
|
---|
1024 | ;file into a text editor. Clip out the startlist and endlist
|
---|
1025 | ;strings and paste directly into this file on the appropriate
|
---|
1026 | ;lines; prevents errors due to typos when copying manually.
|
---|
1027 | ;Count the positions of filename, date, etc. and place on the
|
---|
1028 | ;appropriate line. Now run the archiver redirected to a file
|
---|
1029 | ;to get its help screen (ex. "ARC > TEMP." or "ZOO h > TEMP.").
|
---|
1030 | ;Look for the various command options (extract, list, etc.) and
|
---|
1031 | ;put them into the file on the appropriate lines -- remember to
|
---|
1032 | ;add the modifiers to prevent the archiver from stopping to ask
|
---|
1033 | ;questions! You could be in deep doo-doo if it's a detached
|
---|
1034 | ;process. While it may seem a pain in the arse to have to
|
---|
1035 | ;edit this file when an archiver changes its command structure
|
---|
1036 | ;or list format, at least it's something within your control;
|
---|
1037 | ;you don't have to wait for an update to FM/2. That means if I
|
---|
1038 | ;die tomorrow you'll still be able to use FM/2 for years to come.
|
---|
1039 |
|
---|
1040 | ;Here's an example of an ARC listing (5.12mpl, command "ARC l"):
|
---|
1041 |
|
---|
1042 | ;----------------cut here----------------------
|
---|
1043 | ;Name Length Date
|
---|
1044 | ;============ ======== ========= <--this line is start-of-list
|
---|
1045 | ;MAKEFILE 374 28 Nov 89
|
---|
1046 | ;QSORT.C 14279 29 Nov 89
|
---|
1047 | ;QSORT.EXE 24629 29 Nov 89
|
---|
1048 | ;STUFF.H 371 29 Nov 89
|
---|
1049 | ; ==== ======== <--this line is end-of-list
|
---|
1050 | ;Total 4 39653
|
---|
1051 | ;----------------cut here----------------------
|
---|
1052 |
|
---|
1053 | ;Note the filename is in position 0, old length in position 1, and the
|
---|
1054 | ;date starts in position 2, with 3 parts, and there's no new length
|
---|
1055 | ;field (so it'd be -1). Compare that to the archiver entry for
|
---|
1056 | ;ARC 5.12mpl above and you should get a feel for what all those fields
|
---|
1057 | ;mean. Here's a diagram of how a file line breaks down:
|
---|
1058 |
|
---|
1059 | ;STUFF.H 371 29 Nov 89
|
---|
1060 | ; ^ ^ ^
|
---|
1061 | ; | | |
|
---|
1062 | ; | | +--Date starts in field 2, 3 parts (29, Nov, and 89)
|
---|
1063 | ; | |
|
---|
1064 | ; | +--Old file length, field 1
|
---|
1065 | ; |
|
---|
1066 | ; +--Filename, field 0 (count from 0, not 1)
|
---|
1067 |
|
---|
1068 | ;If you're adding an entirely new archive format, note that you can
|
---|
1069 | ;use 'C'-style \x<hexnumber> on the signature line in this file.
|
---|
1070 | ;For example, the \x1a in ARC 5.12mpl's signature line means FM/2 will
|
---|
1071 | ;look for an ASCII 26 (text EOF marker) in position 0 (first byte, as
|
---|
1072 | ;indicated by ARC's line 3, the offset into a file for the signature)
|
---|
1073 | ;of a file to determine if it's an archive. If line 3's offset is
|
---|
1074 | ;negative, FM/2 looks from the end of the file instead of the beginning.
|
---|
1075 | ;You can usually figure out what an archiver's signature is by looking
|
---|
1076 | ;at a few archives with a file viewing program like Vernon Buerg's
|
---|
1077 | ;LIST. By all means send me anything new you figure out for inclusion
|
---|
1078 | ;in future releases.
|
---|
1079 |
|
---|
1080 | ;You can have several entries for one type of archive in this file. FM/2
|
---|
1081 | ;tries entries sequentially to list the file until it finds one that works.
|
---|
1082 | ;If the first entry for a signature doesn't work, and FM/2 finds one that
|
---|
1083 | ;does, it moves that entry to the top of the list and rewrites ARCHIVER.BB2
|
---|
1084 | ;to make future accesses faster. This allows me to list everything I can
|
---|
1085 | ;get entries for and let FM/2 sort out what the user actually has that works.
|
---|
1086 | ;It also lets you, the user, create archives with more than one archiver that
|
---|
1087 | ;produces the same sort of archive (or with different switches, like one with
|
---|
1088 | ;LHArc producing -lh5- compression and one with it producing old, compatible
|
---|
1089 | ;-lh1- compression).
|
---|
1090 |
|
---|
1091 | ;Always end file with blank line or comment
|
---|