; This file controls the decompression
; strings used by MEBBSToss
; It MUST have each of the six entries with replacement
; strings as shown. In other words, there MUST be an ARC,
; ZOO, ZIP, LHARC, LHA and ARJ entry starting in the first
; column of each line as shown.
; No replacement string may be longer then 79 characters!
;
; The keyword #FILTER will, if used, govern what will be
; extracted from the archive. This string is appended to the
; decompression execution string. The #FILTER keyword is optional
;
ARC arc x #FILTER #?.PKT
ZOO zoo x #FILTER *.PKT
ZIP unzip -x -o #FILTER *.PKT
LHARC lharc x #FILTER #?.PKT
LHA lharc x #FILTER #?.PKT
ARJ arj x
