home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 28
/
amigaformatcd28.iso
/
-seriously_amiga-
/
comms
/
other
/
monsoon090
/
s
/
punarc.cfg
Wrap
Text File
|
1998-05-09
|
2KB
|
120 lines
$VER: Punarc.cfg 0.1 (21.03.96) Carlos
;
;
;Format:
;
;ID: Punarc will first check for a valid ID. IDs are specified as ASCII
; with '?' as wildcard, or as hex (any separation ignored) with '?'
; here representing wild nibble ie. a whole unknown word would be
; '????'... ASCII is denoted by quotes, hex by '$' The ID is always
; checked at offset zero for now.
;
;EXT: If this is not succesfull, it will look at the file extension, case
; independant. '?' is wildcard here also. Multiple entries are allowed
; separated by '|'. This is not limited to extensions, you could check
; for an entire filename, it simply starts checking from the end of
; the filename. '||' will convert too '|' if you need it.
;
;EXE: This is executed when a file is identyfied, '%o' represents the
; original filename/path, '%d' represents the second parameter passed
; to Punarc. '|' and '%' operate as below.
;
;COM: This is saved to 'T:Punarc.com' and can be used by other applications
; to find out the filetype/action taken etc.
; Again '%o' is the original file and path, and '%d' is the second
; param. Occurances of '|' will be converted to CR/LF in the output
; file (LF only, for EXE: AFAICR) '||' will be converted too '|'. '%%'
; too '%'
;
; All four lines must be present for each archiver. If a field is to be
;left empty, enter 'N/A' (without quotes) for that field. Any line starting
;with space or ';' is ignored, if you need these at the start of a cfg line
;you're stuffed :) The best bet then is to start the line with '|' probably.
;
; If the second parameter is passed and the 'EXE:' entry for the relevent
;archiver does not use '%d' then the current directory will be set to '%d'
;before the command is executed.
;
; Note also that the line at the top of this file is required! Anything after
;the version ('0.1' here) may be altered, but the previous text must be
;present and the format should be preserved.
;
;
;
;LZX
;
'LZX'
.lzx
lzx x %o %d
lzx a %o %d/#?
;
;LHA/lzh
;
'??-lh'
.lha|.lzh
lha e %o %d
lha a %o %d/#?
;
;ZIP
;
'PK'
.zip
unzip %o
N/A
;
;RAR
;
'Rar!'
.rar
unrar %o
N/A
;
;ZOO
;
'ZOO'
.zoo
zoo e %o
zoo a %o %d/#?
;
;ARC
;
$1a08
.arc
amigarc e %o
amigarc a %o %d/#?
;
;ARJ
;
$60ea
.arj
unarj e %o
N/A