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