home *** CD-ROM | disk | FTP | other *** search
- ' This file contains compression configuration information for VC 4.99
- ' All blank lines, and lines beginning with ' are ignored.
- '
- ' Line Description
- ' ---- -----------
- ' 1 Parser commands
- ' 2 View archive contents
- ' 3 Extract files
- ' 4 Compress files
- ' 5 Delete files
- '
- ' Parser commands:
- ' N - file name with or without path
- ' P - path
- ' S - size
- ' C - compressed size
- ' A - arrtibutes
- ' T - time
- ' D - full date or day
- ' M - month
- ' Y - year
- ' L - end of line
- ' ; - description separator
- ' W or othet letter - any word
- ' 'text1' or "text2" - any text
- '
- ' Parser switches:
- ' \ - this entry is subdirectory
- '
- ' Command line parameters:
- ' !A - archive file name with path
- ' !F - single file allowed
- ' !M - single file or multiple files allowed
- ' !@ - filelist allowed
- ' !T - temporary directory
- ' !P - password (not supported yet)
-
- 'ZIP: S W C W D T W A N L
- ' pkunzip.exe -v !A
-
- ZIP: -
- -
- pkunzip.exe -d -Jrhs !A @!@!M
- pkzip.exe -b!T -ex -P -whs !A @!@!M
- pkzip.exe -b!T -d !A @!@!M
-
- 'ZIP: N S C W Y "-" M "-" D T W A W L
- ' x1.exe l !A
- ' x1.exe xy !A !M
- ' x1.exe a !A !M
- ' x1.exe d !A !M
-
- ARJ:
- A0?:
- A1?: W N L W W S C W Y "-" M "-" D T W A W; W N L W S C W Y "-" M "-" D T W A W
- ' └─┼─┼──┴─┴─┼─┼─┴─┼──┼──┼──┼──┼─┼─┴─┼─┴─ Any word
- ' │ │ │ │ │ │ │ │ │ │ └─── Attributes
- ' │ │ │ │ │ │ │ │ │ └─────── Time
- ' │ │ │ │ │ │ │ │ └───────── Day
- ' │ │ │ │ │ │ └──┼──────────── Month
- ' │ │ │ │ │ └─────┴──────────── Date separator
- ' │ │ │ │ └───────────────────── Year
- ' │ │ │ └───────────────────────── Compressed size
- ' │ │ └─────────────────────────── Size
- ' │ └────────────────────────────────── Line feed
- ' └──────────────────────────────────── File name
- arj.exe v !A
- arj.exe x -p !A !!!@!M
- arj.exe a -w!T !A !!!@!M
- arj.exe d -w!T -p !A !!!@!M
-
- 'ARJ:
- 'A0?:
- 'A1?: N S C W Y "-" M "-" D T W A W L
- ' x1.exe l !A
- ' x1.exe xy !A !M
- ' x1.exe a !A !M
- ' x1.exe d !A !M
-
- RAR:
- R0?:
- R1?: "*" N L S C W D T A W W W L; N L S C W D T A W W W L
- rar.exe v -std !A
- rar.exe x -std !A @!@!M
- rar.exe a -std !A @!@!M
- rar.exe d -std !A @!@!M
-
- LZH: N L S C W Y "-" M "-" D T A W W L
- lha.exe v !A
- lha.exe x !A @!@!M
- lha.exe a !A @!@!M
- lha.exe d !A @!@!M
-
- 'LZH: N S C W Y "-" M "-" D T W A W L
- ' x1.exe l !A
- ' x1.exe xy !A !M
- ' x1.exe a !A !M
- ' x1.exe d !A !M
-
- AIN: N S M "." D "." Y T L
- ain.exe v !A
- ain.exe x !A @!@!M
-
- HA: N S C W W D T W L W "(none)" P L A L; N S C W W D T W L W P L A L
- ha.exe lf !A
- ha.exe x !A !M
-
- 'HA: N S C W Y "-" M "-" D T W A W L
- ' x1.exe l !A
- ' x1.exe xy !A !M
- ' x1.exe a !A !M
- ' x1.exe d !A !M
-
- HPK: "Directory:" P L; \ "Subdirectory" D T N L; W S C W D T N L
- hpack.exe v -r !A
- hpack.exe x !A @!@!M
-
- HYP: S W C W D "-" M "-" Y T N L
- hyper.exe -v !A
- hyper.exe -xp !A . !M
-
- LIM: "[\" P "]" L; N "<DIR>" A M "-" D "-" Y T W W L; N S C A M "-" D "-" Y T W W W L
- limit.exe l !A
- limit.exe e !A @!@!M
-
- PAK: "Total" W W; N S P L
- pak.exe v /path !A
- pak.exe e /path !A @!@!M
-
- 'PAK: N S M "/" D "/" Y T W W C W L
- ' pak.exe v !A
- ' pak.exe e !A @!@!M
-
- SAR: N S C W W W L
- sar.exe l !A
- sar.exe e !A !M
-
- SQZ: N L S C W D T A W L
- sqz.exe v !A
- sqz.exe x !A @!@!M
-
- TAR: A W S M D T Y N L
- tar.exe -tvf !A
- tar.exe -xvf !A -T!@!M
-
- TGZ: S D "-" M Y T N
- untgz.exe -l !A
- untgz.exe !A !F
-
- UC2: "--> Directory of" P L; N S D T
- uc.exe vs !A
- uc.exe e !A @!@!M
-
- X: N S C W Y "-" M "-" D T W A W L
- x1.exe l !A
- x1.exe xy !A !M
- x1.exe a !A !M
- x1.exe d !A !M
-
- ZOO: S W C D M Y T "C " N L; S W C D M Y T N L
- zoo.exe l !A
- zoo.exe x !A !M
-
- 'ZOO: N S C W W T W W L
- ' x1.exe l !A
- ' x1.exe xy !A !M
- ' x1.exe a !A !M
- ' x1.exe d !A !M
-