home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.wwiv.com
/
ftp.wwiv.com.zip
/
ftp.wwiv.com
/
pub
/
OFFLINE
/
SX501P1.ZIP
/
XPSYS.ZIP
/
XPARCH.CTL
< prev
next >
Wrap
Text File
|
1994-01-31
|
4KB
|
137 lines
;------------------------------------------------------------------------
; Silver Xpress 4.00 Archive Definition file
; (c) copyright 1988-1994 by Santronics Software
;
; 1) Keep your most popular archivers at the top for faster detection.
; 2) Ident length must not be greater than 15 characters.
; 3) See documentation for adding more archiver definitions.
;
; NOTE: This FILE should not be given to USERS. They use a different
; format.
;
;------------------------------------------------------------------------
;
; Each Archiver begins with ARCHIVER and ends with END ARCHIVER.
;
; ARCHIVER is the name of the archiver. It is shown to the user in
; the door menu. It is also passed to the 3.0x reader for off-line
; configuration.
Archiver Phil Katz's PKZip 2.04G
;
; HOTKEY: The letter the user hits to select the archiver. It is
; also stored for the user. If a hotkey letter is changed, the
; user may lose his configuration for the archiver.
;
HotKey Z
;
; EXTENSION: Not Required for Silver Xpress Mail System since Xpress uses
; OPX and REP for its file extensions.
;
Extension ZIP
;
; IDENT: EXTREMELY important. Do not change this unless you know what
; you are doing. This IDENT identifies the archiver format. Xpress will
; use this ident to auto-detect the REPLY file uploaded to Silver Xpress.
;
Ident 0,504b030414
;
; ADD: This is the statement used to add/create the OPX file. %f is
; the opx file name, and %s is the file spec. Normally, Xpress will
; pack up everything that is stored in the WORK directory, so %s is
; usually *.*
;
Add pkzip %f %s
;
; EXTRACT: This is the statement used to unzip REPly files uploaded
; by the user. %f is the name of the REP file uploaded by the user.
;
Extract $pkunzip -o %f
;
; VIEW: Not Used by Xpress at this TIME.
;
View pkzip -v %f
;
; DELETE: Not Used by Xpress at this TIME
;
Delete pkzip -d %f
;
; ESTCRATIO: This value is used by Xpress to provide an estimate of the
; OPX File size the user will download. The estimate is shown at the
; FLEX Select Prompt. The number below is a percentage, ie., 38 represents
; a 38 percent compression. Keep in mind this is only an estimate but
; it's a darn good conservative one!
;
EstCRatio 38
;
; Each archiver must end with this statement.
;
End Archiver
Archiver Phil Katz's PKZip V1.xx
HotKey N
Extension ZIP
Ident 0,504b0304
Add opkzip %f %s
Extract $pkunzip -o %f
View opkzip -v %f
Delete opkzip -d %f
EstCRatio 38
End Archiver
Archiver LhArc V2.10
HotKey L
Extension LZH
Ident 2,2D6C68
Add lha a /m %f %s
Extract lha e %f
View lha l %f
Delete lha d %f
EstCRatio 38
End Archiver
Archiver Robert Jung's ARJ program
HotKey J
Extension ARJ
Ident 0,60ea
Add arj m -! %f %s
Extract arj e -y %f
View arj l %f
Delete arj d %f
EstCRatio 38
End Archiver
Archiver Phil Katz's PKPak (SEA compatibility mode)
HotKey A
Extension ARC
Ident 0,1A09
Add pkpak -oct m %f %s
Extract pkunpak /r %f
View pkpak v %f
Delete pkpak d %f
EstCRatio 38
End Archiver
Archiver NoGate's PAK program
HotKey P
Extension PAK
Ident -2,fe
Add pak m /WA %f %s
Extract pak e %f
View pak v %f
delete pak d %f
EstCRatio 38
End Archiver
Archiver Rahul Dhesi's ZOO program
HotKey O
Extension ZOO
Ident 0,5a4f4f
Add zoo -m %f %s
Extract zoo -e %f
View zoo -p %f
Delete zoo -d %f
EstCRatio 38
End Archiver