glosc-mcp 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (169) hide show
  1. package/README.md +23 -0
  2. package/build/GloscMcp.js +207 -0
  3. package/build/GloscTools.js +495 -0
  4. package/build/index.js +12 -0
  5. package/libs/7z/Linux/7zz +0 -0
  6. package/libs/7z/Linux/7zzs +0 -0
  7. package/libs/7z/Linux/History.txt +178 -0
  8. package/libs/7z/Linux/License.txt +144 -0
  9. package/libs/7z/Linux/MANUAL/cmdline/commands/add.htm +96 -0
  10. package/libs/7z/Linux/MANUAL/cmdline/commands/bench.htm +186 -0
  11. package/libs/7z/Linux/MANUAL/cmdline/commands/delete.htm +64 -0
  12. package/libs/7z/Linux/MANUAL/cmdline/commands/extract.htm +101 -0
  13. package/libs/7z/Linux/MANUAL/cmdline/commands/extract_full.htm +77 -0
  14. package/libs/7z/Linux/MANUAL/cmdline/commands/hash.htm +101 -0
  15. package/libs/7z/Linux/MANUAL/cmdline/commands/index.htm +36 -0
  16. package/libs/7z/Linux/MANUAL/cmdline/commands/list.htm +79 -0
  17. package/libs/7z/Linux/MANUAL/cmdline/commands/rename.htm +51 -0
  18. package/libs/7z/Linux/MANUAL/cmdline/commands/style.css +232 -0
  19. package/libs/7z/Linux/MANUAL/cmdline/commands/test.htm +51 -0
  20. package/libs/7z/Linux/MANUAL/cmdline/commands/update.htm +74 -0
  21. package/libs/7z/Linux/MANUAL/cmdline/exit_codes.htm +27 -0
  22. package/libs/7z/Linux/MANUAL/cmdline/index.htm +29 -0
  23. package/libs/7z/Linux/MANUAL/cmdline/style.css +232 -0
  24. package/libs/7z/Linux/MANUAL/cmdline/switches/ar_exclude.htm +58 -0
  25. package/libs/7z/Linux/MANUAL/cmdline/switches/ar_include.htm +84 -0
  26. package/libs/7z/Linux/MANUAL/cmdline/switches/ar_no.htm +52 -0
  27. package/libs/7z/Linux/MANUAL/cmdline/switches/bb.htm +61 -0
  28. package/libs/7z/Linux/MANUAL/cmdline/switches/bs.htm +67 -0
  29. package/libs/7z/Linux/MANUAL/cmdline/switches/charset.htm +61 -0
  30. package/libs/7z/Linux/MANUAL/cmdline/switches/email.htm +43 -0
  31. package/libs/7z/Linux/MANUAL/cmdline/switches/exclude.htm +81 -0
  32. package/libs/7z/Linux/MANUAL/cmdline/switches/include.htm +152 -0
  33. package/libs/7z/Linux/MANUAL/cmdline/switches/index.htm +117 -0
  34. package/libs/7z/Linux/MANUAL/cmdline/switches/large_pages.htm +60 -0
  35. package/libs/7z/Linux/MANUAL/cmdline/switches/list_tech.htm +36 -0
  36. package/libs/7z/Linux/MANUAL/cmdline/switches/method.htm +1067 -0
  37. package/libs/7z/Linux/MANUAL/cmdline/switches/output_dir.htm +53 -0
  38. package/libs/7z/Linux/MANUAL/cmdline/switches/overwrite.htm +56 -0
  39. package/libs/7z/Linux/MANUAL/cmdline/switches/password.htm +80 -0
  40. package/libs/7z/Linux/MANUAL/cmdline/switches/recurse.htm +104 -0
  41. package/libs/7z/Linux/MANUAL/cmdline/switches/sa.htm +58 -0
  42. package/libs/7z/Linux/MANUAL/cmdline/switches/scc.htm +42 -0
  43. package/libs/7z/Linux/MANUAL/cmdline/switches/scrc.htm +54 -0
  44. package/libs/7z/Linux/MANUAL/cmdline/switches/sdel.htm +39 -0
  45. package/libs/7z/Linux/MANUAL/cmdline/switches/sfx.htm +154 -0
  46. package/libs/7z/Linux/MANUAL/cmdline/switches/shared.htm +40 -0
  47. package/libs/7z/Linux/MANUAL/cmdline/switches/sni.htm +56 -0
  48. package/libs/7z/Linux/MANUAL/cmdline/switches/sns.htm +77 -0
  49. package/libs/7z/Linux/MANUAL/cmdline/switches/spf.htm +80 -0
  50. package/libs/7z/Linux/MANUAL/cmdline/switches/spm.htm +72 -0
  51. package/libs/7z/Linux/MANUAL/cmdline/switches/ssc.htm +50 -0
  52. package/libs/7z/Linux/MANUAL/cmdline/switches/stdin.htm +56 -0
  53. package/libs/7z/Linux/MANUAL/cmdline/switches/stdout.htm +54 -0
  54. package/libs/7z/Linux/MANUAL/cmdline/switches/stl.htm +39 -0
  55. package/libs/7z/Linux/MANUAL/cmdline/switches/stop_switch.htm +32 -0
  56. package/libs/7z/Linux/MANUAL/cmdline/switches/stx.htm +50 -0
  57. package/libs/7z/Linux/MANUAL/cmdline/switches/style.css +232 -0
  58. package/libs/7z/Linux/MANUAL/cmdline/switches/type.htm +146 -0
  59. package/libs/7z/Linux/MANUAL/cmdline/switches/update.htm +179 -0
  60. package/libs/7z/Linux/MANUAL/cmdline/switches/volume.htm +49 -0
  61. package/libs/7z/Linux/MANUAL/cmdline/switches/working_dir.htm +56 -0
  62. package/libs/7z/Linux/MANUAL/cmdline/switches/yes.htm +48 -0
  63. package/libs/7z/Linux/MANUAL/cmdline/syntax.htm +118 -0
  64. package/libs/7z/Linux/MANUAL/general/7z.htm +117 -0
  65. package/libs/7z/Linux/MANUAL/general/faq.htm +125 -0
  66. package/libs/7z/Linux/MANUAL/general/formats.htm +104 -0
  67. package/libs/7z/Linux/MANUAL/general/index.htm +28 -0
  68. package/libs/7z/Linux/MANUAL/general/license.htm +26 -0
  69. package/libs/7z/Linux/MANUAL/general/performance.htm +55 -0
  70. package/libs/7z/Linux/MANUAL/general/register.htm +24 -0
  71. package/libs/7z/Linux/MANUAL/general/style.css +232 -0
  72. package/libs/7z/Linux/MANUAL/general/thanks.htm +44 -0
  73. package/libs/7z/Linux/MANUAL/start.htm +38 -0
  74. package/libs/7z/Linux/MANUAL/style.css +232 -0
  75. package/libs/7z/Linux/readme.txt +100 -0
  76. package/libs/7z/README.md +1 -0
  77. package/libs/7z/macOS/7zz +0 -0
  78. package/libs/7z/macOS/History.txt +178 -0
  79. package/libs/7z/macOS/License.txt +144 -0
  80. package/libs/7z/macOS/MANUAL/cmdline/commands/add.htm +96 -0
  81. package/libs/7z/macOS/MANUAL/cmdline/commands/bench.htm +186 -0
  82. package/libs/7z/macOS/MANUAL/cmdline/commands/delete.htm +64 -0
  83. package/libs/7z/macOS/MANUAL/cmdline/commands/extract.htm +101 -0
  84. package/libs/7z/macOS/MANUAL/cmdline/commands/extract_full.htm +77 -0
  85. package/libs/7z/macOS/MANUAL/cmdline/commands/hash.htm +101 -0
  86. package/libs/7z/macOS/MANUAL/cmdline/commands/index.htm +36 -0
  87. package/libs/7z/macOS/MANUAL/cmdline/commands/list.htm +79 -0
  88. package/libs/7z/macOS/MANUAL/cmdline/commands/rename.htm +51 -0
  89. package/libs/7z/macOS/MANUAL/cmdline/commands/style.css +232 -0
  90. package/libs/7z/macOS/MANUAL/cmdline/commands/test.htm +51 -0
  91. package/libs/7z/macOS/MANUAL/cmdline/commands/update.htm +74 -0
  92. package/libs/7z/macOS/MANUAL/cmdline/exit_codes.htm +27 -0
  93. package/libs/7z/macOS/MANUAL/cmdline/index.htm +29 -0
  94. package/libs/7z/macOS/MANUAL/cmdline/style.css +232 -0
  95. package/libs/7z/macOS/MANUAL/cmdline/switches/ar_exclude.htm +58 -0
  96. package/libs/7z/macOS/MANUAL/cmdline/switches/ar_include.htm +84 -0
  97. package/libs/7z/macOS/MANUAL/cmdline/switches/ar_no.htm +52 -0
  98. package/libs/7z/macOS/MANUAL/cmdline/switches/bb.htm +61 -0
  99. package/libs/7z/macOS/MANUAL/cmdline/switches/bs.htm +67 -0
  100. package/libs/7z/macOS/MANUAL/cmdline/switches/charset.htm +61 -0
  101. package/libs/7z/macOS/MANUAL/cmdline/switches/email.htm +43 -0
  102. package/libs/7z/macOS/MANUAL/cmdline/switches/exclude.htm +81 -0
  103. package/libs/7z/macOS/MANUAL/cmdline/switches/include.htm +152 -0
  104. package/libs/7z/macOS/MANUAL/cmdline/switches/index.htm +117 -0
  105. package/libs/7z/macOS/MANUAL/cmdline/switches/large_pages.htm +60 -0
  106. package/libs/7z/macOS/MANUAL/cmdline/switches/list_tech.htm +36 -0
  107. package/libs/7z/macOS/MANUAL/cmdline/switches/method.htm +1067 -0
  108. package/libs/7z/macOS/MANUAL/cmdline/switches/output_dir.htm +53 -0
  109. package/libs/7z/macOS/MANUAL/cmdline/switches/overwrite.htm +56 -0
  110. package/libs/7z/macOS/MANUAL/cmdline/switches/password.htm +80 -0
  111. package/libs/7z/macOS/MANUAL/cmdline/switches/recurse.htm +104 -0
  112. package/libs/7z/macOS/MANUAL/cmdline/switches/sa.htm +58 -0
  113. package/libs/7z/macOS/MANUAL/cmdline/switches/scc.htm +42 -0
  114. package/libs/7z/macOS/MANUAL/cmdline/switches/scrc.htm +54 -0
  115. package/libs/7z/macOS/MANUAL/cmdline/switches/sdel.htm +39 -0
  116. package/libs/7z/macOS/MANUAL/cmdline/switches/sfx.htm +154 -0
  117. package/libs/7z/macOS/MANUAL/cmdline/switches/shared.htm +40 -0
  118. package/libs/7z/macOS/MANUAL/cmdline/switches/sni.htm +56 -0
  119. package/libs/7z/macOS/MANUAL/cmdline/switches/sns.htm +77 -0
  120. package/libs/7z/macOS/MANUAL/cmdline/switches/spf.htm +80 -0
  121. package/libs/7z/macOS/MANUAL/cmdline/switches/spm.htm +72 -0
  122. package/libs/7z/macOS/MANUAL/cmdline/switches/ssc.htm +50 -0
  123. package/libs/7z/macOS/MANUAL/cmdline/switches/stdin.htm +56 -0
  124. package/libs/7z/macOS/MANUAL/cmdline/switches/stdout.htm +54 -0
  125. package/libs/7z/macOS/MANUAL/cmdline/switches/stl.htm +39 -0
  126. package/libs/7z/macOS/MANUAL/cmdline/switches/stop_switch.htm +32 -0
  127. package/libs/7z/macOS/MANUAL/cmdline/switches/stx.htm +50 -0
  128. package/libs/7z/macOS/MANUAL/cmdline/switches/style.css +232 -0
  129. package/libs/7z/macOS/MANUAL/cmdline/switches/type.htm +146 -0
  130. package/libs/7z/macOS/MANUAL/cmdline/switches/update.htm +179 -0
  131. package/libs/7z/macOS/MANUAL/cmdline/switches/volume.htm +49 -0
  132. package/libs/7z/macOS/MANUAL/cmdline/switches/working_dir.htm +56 -0
  133. package/libs/7z/macOS/MANUAL/cmdline/switches/yes.htm +48 -0
  134. package/libs/7z/macOS/MANUAL/cmdline/syntax.htm +118 -0
  135. package/libs/7z/macOS/MANUAL/general/7z.htm +117 -0
  136. package/libs/7z/macOS/MANUAL/general/faq.htm +125 -0
  137. package/libs/7z/macOS/MANUAL/general/formats.htm +104 -0
  138. package/libs/7z/macOS/MANUAL/general/index.htm +28 -0
  139. package/libs/7z/macOS/MANUAL/general/license.htm +26 -0
  140. package/libs/7z/macOS/MANUAL/general/performance.htm +55 -0
  141. package/libs/7z/macOS/MANUAL/general/register.htm +24 -0
  142. package/libs/7z/macOS/MANUAL/general/style.css +232 -0
  143. package/libs/7z/macOS/MANUAL/general/thanks.htm +44 -0
  144. package/libs/7z/macOS/MANUAL/start.htm +38 -0
  145. package/libs/7z/macOS/MANUAL/style.css +232 -0
  146. package/libs/7z/macOS/readme.txt +100 -0
  147. package/libs/7z/win/7za.dll +0 -0
  148. package/libs/7z/win/7za.exe +0 -0
  149. package/libs/7z/win/7zxa.dll +0 -0
  150. package/libs/7z/win/Far/7-ZipEng.hlf +85 -0
  151. package/libs/7z/win/Far/7-ZipEng.lng +220 -0
  152. package/libs/7z/win/Far/7-ZipFar.dll +0 -0
  153. package/libs/7z/win/Far/7-ZipFar64.dll +0 -0
  154. package/libs/7z/win/Far/7-ZipRus.hlf +84 -0
  155. package/libs/7z/win/Far/7-ZipRus.lng +220 -0
  156. package/libs/7z/win/Far/7zToFar.ini +67 -0
  157. package/libs/7z/win/Far/far7z.reg +67 -0
  158. package/libs/7z/win/Far/far7z.txt +73 -0
  159. package/libs/7z/win/License.txt +123 -0
  160. package/libs/7z/win/arm64/7-ZipFar.dll +0 -0
  161. package/libs/7z/win/arm64/7za.dll +0 -0
  162. package/libs/7z/win/arm64/7za.exe +0 -0
  163. package/libs/7z/win/arm64/7zxa.dll +0 -0
  164. package/libs/7z/win/history.txt +347 -0
  165. package/libs/7z/win/readme.txt +125 -0
  166. package/libs/7z/win/x64/7za.dll +0 -0
  167. package/libs/7z/win/x64/7za.exe +0 -0
  168. package/libs/7z/win/x64/7zxa.dll +0 -0
  169. package/package.json +50 -0
@@ -0,0 +1,232 @@
1
+ body
2
+ {
3
+ padding: 0px 0px 0px 26px;
4
+ background: #ffffff;
5
+ color: #000000;
6
+ font-family: Verdana, Arial, Helvetica, sans-serif;
7
+ font-size: 80%;
8
+ }
9
+
10
+ div
11
+ {
12
+ width: 90%;
13
+ border: 2px solid #999999;
14
+ padding: 4px 8px;
15
+ background: #cccccc;
16
+ }
17
+
18
+ h1, h2, h3, h4
19
+ {
20
+ font-family: Verdana, Arial, Helvetica, sans-serif;
21
+ margin-left: -26px;
22
+ }
23
+
24
+ h1
25
+ {
26
+ font-size: 145%;
27
+ margin-top: .5em;
28
+ margin-bottom: 1em;
29
+ }
30
+
31
+ h2
32
+ {
33
+ font-size: 130%;
34
+ margin-top: 1.5em;
35
+ margin-bottom: .6em;
36
+ }
37
+
38
+ h3
39
+ {
40
+ font-size: 115%;
41
+ margin-top: 1.5em;
42
+ margin-bottom: .6em;
43
+ }
44
+
45
+ h4
46
+ {
47
+ font-size: 100%;
48
+ margin-top: 1.5em;
49
+ margin-bottom: .6em;
50
+ }
51
+
52
+ ul p, ol p, dl p
53
+ {
54
+ margin-left: 0em;
55
+ }
56
+
57
+ p
58
+ {
59
+ margin-top: .6em;
60
+ margin-bottom: .6em;
61
+ }
62
+
63
+ dl
64
+ {
65
+ /*margin-top: 0em; */
66
+ }
67
+
68
+ dt
69
+ {
70
+ margin-top: .76em;
71
+ margin-bottom: .5em;
72
+ font-weight: bold;
73
+ }
74
+
75
+ dd
76
+ {
77
+ margin-top: .5em;
78
+ margin-bottom: .5em;
79
+ margin-left: 1.9em;
80
+ }
81
+
82
+
83
+ ul, ol
84
+ {
85
+ margin-top: .6em;
86
+ margin-bottom: 0em;
87
+ }
88
+
89
+ ol
90
+ {
91
+ margin-left: 3.6em;
92
+ }
93
+
94
+ ul
95
+ {
96
+ list-style-type: disc;
97
+ margin-left: 1.9em;
98
+ }
99
+
100
+ li
101
+ {
102
+ margin-bottom: .6em;
103
+ }
104
+
105
+ ul ol, ol ol
106
+ {
107
+ list-style-type: lower-alpha;
108
+ {
109
+
110
+ /*
111
+ pre
112
+ {
113
+ margin-top: .6em;
114
+ margin-bottom: .6em;
115
+ }
116
+ */
117
+
118
+ pre,code
119
+ {
120
+ font: 100% Courier New, Courier, mono;
121
+ color: #000000;
122
+ cursor: text;
123
+ }
124
+
125
+ pre.syntax
126
+ {
127
+ background: #dddddd;
128
+ padding: 2pt,4pt
129
+ }
130
+
131
+ pre.syntax
132
+ {
133
+ color: #000000;
134
+ }
135
+
136
+ pre.example
137
+ {
138
+ margin-left: 2.0em;
139
+ /*margin-top: 12.0em;*/
140
+ /*margin-bottom: 1.0em;*/
141
+ color: #C00000;
142
+ /*padding: 10pt,20pt*/
143
+ }
144
+
145
+ table
146
+ {
147
+ /* width: 90%; */
148
+ background: #999999;
149
+ margin-top: .6em;
150
+ margin-bottom: .3em;
151
+ }
152
+
153
+ th
154
+ {
155
+ padding: 4px 8px;
156
+ background: #cccccc;
157
+ text-align: left;
158
+ font-size: 80%;
159
+ vertical-align: bottom;
160
+ }
161
+
162
+ th.cc
163
+ {
164
+ text-align: center;
165
+ vertical-align: middle;
166
+ }
167
+
168
+ td
169
+ {
170
+ padding: 4px 8px;
171
+ background: #ffffff;
172
+ vertical-align: top;
173
+ font-size: 80%;
174
+ }
175
+
176
+ td.cc
177
+ {
178
+ text-align: center;
179
+ vertical-align: middle;
180
+ }
181
+
182
+
183
+ blockquote
184
+ {
185
+ margin-left: 3.8em;
186
+ margin-right: 3.8em;
187
+ margin-top: .6em;
188
+ margin-bottom: .6em;
189
+ }
190
+
191
+ a:link
192
+ {
193
+ color: #0066ff;
194
+ }
195
+
196
+ a:visited
197
+ {
198
+ color: #996600;
199
+ }
200
+
201
+ a:hover
202
+ {
203
+ color: #cc9900;
204
+ }
205
+
206
+ a.parameter:link
207
+ {
208
+ color: #0066ff;
209
+ text-decoration:none;
210
+ }
211
+
212
+ a.parameter:visited
213
+ {
214
+ text-decoration:none;
215
+ }
216
+
217
+ div.footer
218
+ {
219
+ width: 100%;
220
+ border: none;
221
+ background: #ffffff;
222
+ margin-top: 18pt;
223
+ padding-bottom: 12pt;
224
+ color: #228B22;
225
+ text-align: center;
226
+ font-size: 70%;
227
+ }
228
+
229
+ span.filename
230
+ {
231
+ color: #F00000;
232
+ }
@@ -0,0 +1,58 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
+ <HTML>
3
+ <HEAD>
4
+ <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
5
+ <TITLE>-ax (Exclude archive filenames) switch</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>-ax (Exclude archive filenames) switch</H1>
12
+
13
+ <P>Specifies archives to be excluded from the operation.</P>
14
+ <P>Multiple exclude archive switches are supported.</P>
15
+
16
+ <H4>Syntax</H4>
17
+
18
+ <PRE class="syntax">
19
+ -ax[&lt;recurse_type>][&lt;mark_type>][&lt;wildcard_type>]&lt;file_ref>
20
+
21
+ &lt;recurse_type> ::= r[- | 0]
22
+ &lt;mark_type> ::= m[- | 2]
23
+ &lt;wildcard_type> ::= w[-]
24
+ &lt;file_ref> ::= @{listfile} | !{wildcard}
25
+ </PRE>
26
+
27
+ <P>See <A href="include.htm">-i (Include filenames)</A> switch description
28
+ for information about option parameters.</P>
29
+
30
+
31
+ <H4>Examples</H4>
32
+
33
+ <PRE class="example">
34
+ 7z t -an -ai!*.7z -ax!a*.7z
35
+ </PRE>
36
+
37
+ <P>tests all <SPAN class="filename">*.7z</SPAN> archives,
38
+ except <SPAN class="filename">a*.7z</SPAN> archives.</P>
39
+
40
+ <H4>Commands that can be used with this switch</H4>
41
+
42
+ <P>
43
+ <A href="../commands/extract.htm">e (Extract)</A>,
44
+ <A href="../commands/list.htm">l (List)</A>,
45
+ <A href="../commands/test.htm">t (Test)</A>,
46
+ <A href="../commands/extract_full.htm">x (Extract with full paths)</A>
47
+ </P>
48
+
49
+ <H4>See also</H4>
50
+
51
+ <P>
52
+ <B>Switches:</B>
53
+ <A href="include.htm">-ai (Include archives)</A>
54
+ <A href="ar_no.htm">-an (Disable parsing of archive_name)</A>
55
+ </P>
56
+
57
+ </BODY>
58
+ </HTML>
@@ -0,0 +1,84 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
+ <HTML>
3
+ <HEAD>
4
+ <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
5
+ <TITLE>-ai (Include archive filenames) switch</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>-ai (Include archive filenames) switch</H1>
12
+
13
+ <P>Specifies additional include archive filenames and wildcards.</P>
14
+ <P>Multiple include switches are supported.</P>
15
+
16
+ <H4>Syntax</H4>
17
+
18
+ <PRE class="syntax">-ai[<A class="parameter" href="#recurse_type">&lt;recurse_type></A>][&lt;mark_type>][&lt;wildcard_type>]<A class="parameter" href="#file_ref">&lt;file_ref></A>
19
+
20
+ <A class="parameter" href="#recurse_type">&lt;recurse_type></A> ::= r[- | 0]
21
+ &lt;mark_type> ::= m[- | 2]
22
+ &lt;wildcard_type> ::= w[-]
23
+ <A class="parameter" href="#file_ref">&lt;file_ref></A> ::= @{listfile} | !{wildcard}
24
+ </PRE>
25
+
26
+ <P>See <A href="include.htm">-i (Include filenames)</A> switch description for information about
27
+ -x option parameters.</P>
28
+
29
+ <H4>Parameters</H4>
30
+
31
+ <DL>
32
+ <DT><A name="recurse_type"></A>&lt;recurse_type></DT>
33
+ <DD><P>Specifies how wildcards and file names in this switch must
34
+ be used. If this option is not given, recursion will be not used.
35
+ For more details see specification of the
36
+ <A href="recurse.htm">-r (Recurse)</A> switch.</P>
37
+ <PRE class="syntax">
38
+ &lt;recurse_type> ::= r[- | 0]
39
+ </PRE>
40
+
41
+ </DD>
42
+ <DT><A name="file_ref"></A>&lt;file_ref></DT>
43
+ <DD>
44
+ <P>Specifies filenames and wildcards or list file that specify processed files.</P>
45
+ <PRE class="syntax">
46
+ &lt;file_ref> ::= @{listfile} | !{wildcard}
47
+ </PRE>
48
+ <TABLE>
49
+ <TR> <TH width="120">Option</TH> <TH>Description</TH> </TR>
50
+ <TR> <TD>{listfile}</TD> <TD>Specifies name of list file. See
51
+ <A href = ../syntax.htm#ListFile>List file</A> description.</TD> </TR>
52
+ <TR> <TD>{wildcard}</TD> <TD>Specifies wildcard or filename.</TD> </TR>
53
+ </TABLE>
54
+ </DD>
55
+ </DL>
56
+
57
+ <H4>Examples</H4>
58
+
59
+ <PRE class="example">
60
+ 7z t -an -air!*.7z
61
+ </PRE>
62
+
63
+ <P>tests <SPAN class="filename">*.7z</SPAN> archives in current directory and all it's
64
+ subdirectories.</P>
65
+
66
+ <H4>Commands that can be used with this switch</H4>
67
+
68
+ <P>
69
+ <A href="../commands/extract.htm">e (Extract)</A>,
70
+ <A href="../commands/list.htm">l (List)</A>,
71
+ <A href="../commands/test.htm">t (Test)</A>,
72
+ <A href="../commands/extract_full.htm">x (Extract with full paths)</A>
73
+ </P>
74
+
75
+ <H4>See also</H4>
76
+
77
+ <P>
78
+ <B>Switches:</B>
79
+ <A href="ar_exclude.htm">-ax (Exclude archives)</A>
80
+ <A href="ar_no.htm">-an (Disable parsing of archive_name)</A>
81
+ </P>
82
+
83
+ </BODY>
84
+ </HTML>
@@ -0,0 +1,52 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
+ <HTML>
3
+ <HEAD>
4
+ <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
5
+ <TITLE>-an (Disable parsing of archive_name) switch</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>-an (Disable parsing of archive_name) switch</H1>
12
+
13
+ <P>Disables parsing of the archive_name field on the command line.
14
+ This switch must be used with the
15
+ <A href="ar_include.htm">-ai (Include archives) switch</A>.
16
+ If you use a file list for your archives, you specify it with the -ai switch,
17
+ so you need to disable parsing of archive_name field from command line.
18
+
19
+ <H4>Syntax</H4>
20
+
21
+ <PRE class="syntax">
22
+ -an
23
+ </PRE>
24
+
25
+ <H4>Examples</H4>
26
+
27
+ <PRE class="example">
28
+ 7z t -an -ai!*.7z -ax!a*.7z
29
+ </PRE>
30
+
31
+ <P>tests all <SPAN class="filename">*.7z</SPAN> archives,
32
+ except <SPAN class="filename">a*.7z</SPAN> archives.</P>
33
+
34
+ <H4>Commands that can be used with this switch</H4>
35
+
36
+ <P>
37
+ <A href="../commands/extract.htm">e (Extract)</A>,
38
+ <A href="../commands/list.htm">l (List)</A>,
39
+ <A href="../commands/test.htm">t (Test)</A>,
40
+ <A href="../commands/extract_full.htm">x (Extract with full paths)</A>
41
+ </P>
42
+
43
+ <H4>See also</H4>
44
+
45
+ <P>
46
+ <B>Switches:</B>
47
+ <A href="include.htm">-ai (Include archives)</A>
48
+ <A href="exclude.htm">-ax (Exclude archives)</A>
49
+ </P>
50
+
51
+ </BODY>
52
+ </HTML>
@@ -0,0 +1,61 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
+ <HTML>
3
+ <HEAD>
4
+ <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
5
+ <TITLE>-bb (Set output log level) switch</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>-bb (Set output log level) switch</H1>
12
+
13
+ <P>The switch sets output log level for Delete/Add/Update/Extract operations.</P>
14
+
15
+ <H4>Syntax</H4>
16
+
17
+ <PRE class="syntax">
18
+ -bb[0-3]
19
+ </PRE>
20
+
21
+ <TABLE>
22
+ <TR> <TH width="90">Log level</TH> <TH>Description</TH> </TR>
23
+ <TR> <TD>-bb0</TD> <TD>disable log (default).</TD> </TR>
24
+ <TR> <TD>-bb1 or -bb</TD> <TD>show names of processed files in log.</TD> </TR>
25
+ <TR> <TD>-bb2</TD> <TD>show names of additional files that were processed internally in
26
+ solid archives:
27
+ skipped files for "Extract" operation,
28
+ repacked files for "Add" / "Update" operations.</TD> </TR>
29
+ <TR> <TD>-bb3</TD> <TD>show information about additional operations
30
+ (Analyze, Replicate) for "Add" / "Update" operations.</TD> </TR>
31
+ </TABLE>
32
+
33
+ <H4>Examples</H4>
34
+
35
+ <PRE class="example">
36
+ 7z a a.7z *.txt -bb
37
+ </PRE>
38
+
39
+ <P>adds <SPAN class="filename">*.txt</SPAN> files to <SPAN class="filename">a.7z</SPAN> archive
40
+ and shows all files that were processed.</P>
41
+
42
+ <PRE class="example">
43
+ 7z u a.7z *.txt -bb3
44
+ </PRE>
45
+
46
+ <P>updates <SPAN class="filename">*.txt</SPAN> files in <SPAN class="filename">a.7z</SPAN> archive
47
+ and shows information about additional operations.</P>
48
+
49
+ <H4>Commands that can be used with this switch</H4>
50
+
51
+ <P>
52
+ <A href="../commands/add.htm">a (Add)</A>,
53
+ <A href="../commands/delete.htm">d (Delete)</A>,
54
+ <A href="../commands/extract.htm">e (Extract)</A>,
55
+ <A href="../commands/update.htm">u (Update)</A>,
56
+ <A href="../commands/extract_full.htm">x (Extract with full paths)</A>
57
+ </P>
58
+
59
+ </BODY>
60
+ </HTML>
61
+
@@ -0,0 +1,67 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
+ <HTML>
3
+ <HEAD>
4
+ <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
5
+ <TITLE>-spf (Use fully qualified file paths) switch</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>-bs (Set output stream for output/error/progress line) switch</H1>
12
+
13
+ <H4>Syntax</H4>
14
+
15
+ <PRE class="syntax">
16
+ -bs{o|e|p}{0|1|2}
17
+ </PRE>
18
+
19
+ <TABLE>
20
+ <TR> <TH width="30">{id}</TH> <TH>Stream Type</TH> </TR>
21
+ <TR> <TD>o</TD> <TD>standard output messages</TD> </TR>
22
+ <TR> <TD>e</TD> <TD>error messages</TD> </TR>
23
+ <TR> <TD>p</TD> <TD>progress information</TD> </TR>
24
+ </TABLE>
25
+
26
+ <TABLE>
27
+ <TR> <TH width="30">{N}</TH> <TH>Stream Destination</TH> </TR>
28
+ <TR> <TD>0</TD> <TD>disable stream</TD> </TR>
29
+ <TR> <TD>1</TD> <TD>redirect to stdout stream</TD> </TR>
30
+ <TR> <TD>2</TD> <TD>redirect to stderr stream</TD> </TR>
31
+ </TABLE>
32
+
33
+ <P>Default values: o1, e2, p1.</P>
34
+
35
+
36
+ <H4>Examples</H4>
37
+
38
+ <PRE class="example">
39
+ 7z t a.7z -bse1 > messages.txt
40
+ </PRE>
41
+
42
+ <P>tests <SPAN class="filename">a.7z</SPAN> archive and sends error
43
+ messages to stdout that is redirected to <SPAN class="filename">messages.txt</SPAN></P>
44
+
45
+
46
+ <PRE class="example">
47
+ 7z a -si -so -bsp2 -txz -an < file.tar > file.tar.xz
48
+ </PRE>
49
+
50
+ <P>compresses <SPAN class="filename">file.tar</SPAN> (from stdin) to <SPAN class="filename">file.tar.xz</SPAN>
51
+ (stdout stream) and shows progress information in stderr stream that can be seen at console window.</P>
52
+
53
+ <H4>Commands that can be used with this switch</H4>
54
+
55
+ <P>
56
+ <A href="../commands/add.htm">a (Add)</A>,
57
+ <A href="../commands/delete.htm">d (Delete)</A>,
58
+ <A href="../commands/hash.htm">h (Hash)</A>,
59
+ <A href="../commands/list.htm">l (List)</A>,
60
+ <A href="../commands/extract.htm">e (Extract)</A>,
61
+ <A href="../commands/update.htm">u (Update)</A>,
62
+ <A href="../commands/extract_full.htm">x (Extract with full paths)</A>
63
+ </P>
64
+
65
+ </BODY>
66
+ </HTML>
67
+
@@ -0,0 +1,61 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
+ <HTML>
3
+ <HEAD>
4
+ <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
5
+ <TITLE>-scs (Set charset for list files) switch</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>-scs (Set charset for list files) switch</H1>
12
+
13
+ <P>Sets charset for list files.</P>
14
+
15
+ <H4>Syntax</H4>
16
+
17
+ <PRE class="syntax">
18
+ -scs{UTF-8 | UTF-16LE | UTF-16BE | WIN | DOS | {id} }
19
+ </PRE>
20
+
21
+ <P>Default charset is UTF-8.</P>
22
+
23
+ <TABLE>
24
+ <TR><TH> Value </TH> <TH> Description </TH></TR>
25
+ <TR><TD> UTF-8 </TD> <TD> Unicode UTF-8 character set. </TD></TR>
26
+ <TR><TD> UTF-16LE </TD> <TD> Unicode UTF-16 little-endian character set. </TD></TR>
27
+ <TR><TD> UTF-16BE </TD> <TD> Unicode UTF-16 big-endian character set. </TD></TR>
28
+ <TR><TD> WIN </TD> <TD> Default character set of Windows. </TD></TR>
29
+ <TR><TD> DOS </TD> <TD> Default DOS (OEM) character set of Windows. </TD></TR>
30
+ <TR><TD> {id} </TD> <TD> The code page number (as specified in Microsoft Windows). </TD></TR>
31
+ </TABLE>
32
+
33
+ <P>Notes: The list file in Unicode charset can start with the BOM (byte order mark) character (U+FEFF).
34
+ In that case 7-Zip checks that encoding of BOM corresponds to encoding
35
+ specified with this switch (for UTF-16LE and UTF-16BE).</P>
36
+
37
+ <H4>Examples</H4>
38
+
39
+ <PRE class="example">
40
+ 7z a archive.7z @listfile.txt -scsWIN
41
+ </PRE>
42
+
43
+ <P>compresses files from <SPAN class="filename">listfile.txt</SPAN> list, that contains
44
+ list of files in default character set of Windows.</P>
45
+
46
+ <PRE class="example">
47
+ 7z a archive.7z @listfile.txt -scs1251
48
+ </PRE>
49
+
50
+ <P>compresses files from <SPAN class="filename">listfile.txt</SPAN> list, that contains
51
+ list of files in 1251 (Cyrillic Windows) codepage.</P>
52
+
53
+ <H4>Commands that can be used with this switch</H4>
54
+
55
+ <P>
56
+ <A href="../commands/add.htm">a (Add)</A>,
57
+ <A href="../commands/update.htm">u (Update)</A>
58
+ </P>
59
+
60
+ </BODY>
61
+ </HTML>
@@ -0,0 +1,43 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
+ <HTML>
3
+ <HEAD>
4
+ <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
5
+ <TITLE>-seml (Send archive by email) switch</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>-seml (Send archive by email) switch</H1>
12
+
13
+ <P>Sends an archive by e-mail.</P>
14
+
15
+ <H4>Syntax</H4>
16
+
17
+ <PRE class="syntax">
18
+ -seml[.]
19
+ </PRE>
20
+
21
+ <DL>
22
+ <DT>[.]</DT>
23
+ <DD>Causes the archive to be deleted after attaching a copy of it to the email message.</DD>
24
+ </DL>
25
+
26
+ <H4>Example</H4>
27
+
28
+ <PRE class="example">
29
+ 7z a archive.7z -seml a.txt
30
+ </PRE>
31
+
32
+ <P>compresses the <SPAN class="filename">a.txt</SPAN> file and sends it in
33
+ <SPAN class="filename">archive.7z</SPAN> by email.</P>
34
+
35
+ <H4>Commands that can be used with this switch</H4>
36
+
37
+ <P>
38
+ <A href="../commands/add.htm">a (Add)</A>,
39
+ <A href="../commands/update.htm">u (Update)</A>
40
+ </P>
41
+
42
+ </BODY>
43
+ </HTML>