home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
amiga
/
comms
/
comprgs
/
pxamy_02.lzh
/
polyxarc.cfg
< prev
next >
Wrap
Text File
|
1990-12-29
|
1KB
|
48 lines
The configuration file consists of one or more blocks that start with
BEGIN POLYXARC and end with END POLYXARC (case insensitive). Between the
delimiting statements are one or more keywords, one per line. See POLYXARC.DOC
for more details.
BEGIN POLYXARC
;
; ARC level overwrite extract command_template
; %1: extraction string
; %2: overwrite string
; %3: archive file spec
; %4: extracted file spec
;
; The extract and overwrite strings may be no longer than 5 characters
; each.
;
; Make sure these are in order from low to high level!
;
; ARC 8 w ! arc e%2 %3 %4
; ARC 8 /r ! arce %3 %4 %2
ARC 9 -r ! pkxarc %2 %3 %4
; ARC 9 /r ! pkunpak %2 %3 %4
; ARC 11 /WA ! pak /e %2 %3 %4
;
; SIGNATURE offset signature overwrite extract command_template
; %1: extraction string
; %2: overwrite string
; %3: archive file spec
; %4: extracted file spec
;
; The signature, extract and overwrite strings may be no longer than
; 5 characters each.
;
SIGNATURE -3 DWC w ! dwc e%2 %3 %4
SIGNATURE 2 -lh /mc ! lharc e %2 %3 %4
SIGNATURE 0 ZOO O ! zoo x%2 %3 %4
SIGNATURE 0 PK -o ! pkunzip %2 %3 %4
; SIGNATURE 0 PK -o ! pkunzip -3 %2 %3 %4
;
; This line is here so I can test run-time memory requirements.
; Feel free to remove it.
;
SIGNATURE 0 TEST -o ! RMAP
;
; NOSORT
;
END POLYXARC