home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD2.iso / DOSTOOLS / VC / VCARCH.EXT < prev    next >
Encoding:
Text File  |  1997-10-30  |  3.8 KB  |  169 lines

  1. ' This file contains compression configuration information for VC 4.99
  2. ' All blank lines, and lines beginning with ' are ignored.
  3. '
  4. ' Line Description
  5. ' ---- -----------
  6. '   1  Parser commands
  7. '   2  View archive contents
  8. '   3  Extract files
  9. '   4  Compress files
  10. '   5  Delete files
  11. '
  12. ' Parser commands:
  13. '   N - file name with or without path
  14. '   P - path
  15. '   S - size
  16. '   C - compressed size
  17. '   A - arrtibutes
  18. '   T - time
  19. '   D - full date or day
  20. '   M - month
  21. '   Y - year
  22. '   L - end of line
  23. '   ; - description separator
  24. '   W or othet letter  - any word
  25. '   'text1' or "text2" - any text
  26. '
  27. ' Parser switches:
  28. '   \ - this entry is subdirectory
  29. '
  30. ' Command line parameters:
  31. '   !A - archive file name with path
  32. '   !F - single file allowed
  33. '   !M - single file or multiple files allowed
  34. '   !@ - filelist allowed
  35. '   !T - temporary directory
  36. '   !P - password (not supported yet)
  37.  
  38. 'ZIP:    S W C W D T W A N L
  39. '    pkunzip.exe -v !A
  40.  
  41. ZIP:    -
  42.     -
  43.     pkunzip.exe -d -Jrhs !A @!@!M
  44.     pkzip.exe -b!T -ex -P -whs !A @!@!M
  45.     pkzip.exe -b!T -d !A @!@!M
  46.  
  47. 'ZIP:    N S C W Y "-" M "-" D T W A W L
  48. '    x1.exe l !A
  49. '    x1.exe xy !A !M
  50. '    x1.exe a !A !M
  51. '    x1.exe d !A !M
  52.  
  53. ARJ:
  54. A0?:
  55. 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
  56. '       └─┼─┼──┴─┴─┼─┼─┴─┼──┼──┼──┼──┼─┼─┴─┼─┴─ Any word
  57. '         │ │      │ │   │  │  │  │  │ │   └─── Attributes
  58. '         │ │      │ │   │  │  │  │  │ └─────── Time
  59. '         │ │      │ │   │  │  │  │  └───────── Day
  60. '         │ │      │ │   │  │  └──┼──────────── Month
  61. '         │ │      │ │   │  └─────┴──────────── Date separator
  62. '         │ │      │ │   └───────────────────── Year
  63. '         │ │      │ └───────────────────────── Compressed size
  64. '         │ │      └─────────────────────────── Size
  65. '         │ └────────────────────────────────── Line feed
  66. '         └──────────────────────────────────── File name
  67.     arj.exe v !A
  68.     arj.exe x -p !A !!!@!M
  69.     arj.exe a -w!T !A !!!@!M
  70.     arj.exe d -w!T -p !A !!!@!M
  71.  
  72. 'ARJ:
  73. 'A0?:
  74. 'A1?:    N S C W Y "-" M "-" D T W A W L
  75. '    x1.exe l !A
  76. '    x1.exe xy !A !M
  77. '    x1.exe a !A !M
  78. '    x1.exe d !A !M
  79.  
  80. RAR:
  81. R0?:
  82. 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
  83.     rar.exe v -std !A
  84.     rar.exe x -std !A @!@!M
  85.     rar.exe a -std !A @!@!M
  86.     rar.exe d -std !A @!@!M
  87.  
  88. LZH:    N L  S C W Y "-" M "-" D T A W W L
  89.     lha.exe v !A
  90.     lha.exe x !A @!@!M
  91.     lha.exe a !A @!@!M
  92.     lha.exe d !A @!@!M
  93.  
  94. 'LZH:    N S C W Y "-" M "-" D T W A W L
  95. '    x1.exe l !A
  96. '    x1.exe xy !A !M
  97. '    x1.exe a !A !M
  98. '    x1.exe d !A !M
  99.  
  100. AIN:    N S M "." D "." Y T L
  101.     ain.exe v !A
  102.     ain.exe x !A @!@!M
  103.  
  104. 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
  105.     ha.exe lf !A
  106.     ha.exe x !A !M
  107.  
  108. 'HA:    N S C W Y "-" M "-" D T W A W L
  109. '    x1.exe l !A
  110. '    x1.exe xy !A !M
  111. '    x1.exe a !A !M
  112. '    x1.exe d !A !M
  113.  
  114. HPK:    "Directory:" P L; \ "Subdirectory" D T N L; W S C W D T N L
  115.     hpack.exe v -r !A
  116.     hpack.exe x !A @!@!M
  117.  
  118. HYP:    S W C W D "-" M "-" Y T N L
  119.     hyper.exe -v !A
  120.     hyper.exe -xp !A . !M
  121.  
  122. 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
  123.     limit.exe l !A
  124.     limit.exe e !A @!@!M
  125.  
  126. PAK:    "Total" W W; N S P L
  127.     pak.exe v /path !A
  128.     pak.exe e /path !A @!@!M
  129.  
  130. 'PAK:    N S M "/" D "/" Y T W W C W L
  131. '    pak.exe v !A
  132. '    pak.exe e !A @!@!M
  133.  
  134. SAR:    N S C W W W L
  135.     sar.exe l !A
  136.     sar.exe e !A !M
  137.  
  138. SQZ:    N L  S C W D T A W L
  139.     sqz.exe v !A
  140.     sqz.exe x !A @!@!M
  141.  
  142. TAR:    A W S M D T Y N L
  143.     tar.exe -tvf !A
  144.     tar.exe -xvf !A -T!@!M
  145.  
  146. TGZ:    S D "-" M Y T N
  147.     untgz.exe -l !A
  148.     untgz.exe !A !F
  149.  
  150. UC2:    "--> Directory of" P L; N S D T
  151.     uc.exe vs !A
  152.     uc.exe e !A @!@!M
  153.  
  154. X:    N S C W Y "-" M "-" D T W A W L
  155.     x1.exe l !A
  156.     x1.exe xy !A !M
  157.     x1.exe a !A !M
  158.     x1.exe d !A !M
  159.  
  160. ZOO:    S W C D M Y T "C " N L; S W C D M Y T N L
  161.     zoo.exe l !A
  162.     zoo.exe x !A !M
  163.  
  164. 'ZOO:    N S C W W T W W L
  165. '    x1.exe l !A
  166. '    x1.exe xy !A !M
  167. '    x1.exe a !A !M
  168. '    x1.exe d !A !M
  169.