home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of Shareware - Software Farm 2
/
wosw_2.zip
/
wosw_2
/
CPROG
/
PXSRC_21.ZIP
/
POLYXAMY.CFG
< prev
next >
Wrap
Text File
|
1990-03-21
|
2KB
|
50 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 1 level overwrite command_template
; ARC 2 level overwrite command_template
; ARC 3 level overwrite extract command_template
; ARC 4 level overwrite extract command_template
;
; 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 1 8 w arc e%s %s *.*
; ARC 2 8 /r arce %s %s
ARC 1 9 -r pkxarc %s %s
; ARC 1 9 /r pkunpak %s %s *.*
; ARC 1 11 /WA pak /e %s %s *.*
;
; SIGNATURE 1 offset signature overwrite command_template
; SIGNATURE 2 offset signature overwrite command_template
; SIGNATURE 3 offset signature overwrite extract command_template
; SIGNATURE 4 offset signature overwrite extract command_template
;
; The signature, extract and overwrite strings may be no longer than
; 5 characters each.
;
; SIGNATURE 1 -3 DWC w dwc e%s %s
SIGNATURE 1 2 -lh -m lharc %s e %s
;
; some one suggested using -lh for lharc instead of -lh1-, as an
; uncompressed file is stored as -lh0-, and if it were the first file
; it wouldn't recognize the format.
;
SIGNATURE 1 0 ZOO O zoo x%s %s
SIGNATURE 1 0 PK -o unzip %s %s
;
; This line is here so I can test run-time memory requirements.
; Feel free to remove it. (MS-DOS implementation anyway...)
;
; SIGNATURE 1 0 TEST -o RMAP
;
NOSORT
;
END POLYXARC