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,51 @@
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>t (Test integrity of archive) command</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>t (Test integrity of archive) command</H1>
12
+
13
+ <P>Tests archive files.</P>
14
+
15
+ <H4>Example</H4>
16
+
17
+ <PRE class="example">
18
+ 7z t archive.zip *.doc -r
19
+ </PRE>
20
+
21
+ <P>tests <SPAN class="filename">*.doc</SPAN> files in archive
22
+ <SPAN class="filename">archive.zip</SPAN>.</P>
23
+
24
+
25
+ <H4>Notes</H4>
26
+
27
+ <P>7-Zip doesn't use the system wildcard parser. 7-Zip doesn't
28
+ follow the archaic rule by which *.* means any file. 7-Zip treats
29
+ *.* as matching the name of any file that has an extension. To process
30
+ all files, you must use a * wildcard.</P>
31
+
32
+
33
+ <H4>Switches that can be used with this command</H4>
34
+
35
+ <P>
36
+ <A href="../switches/ar_include.htm">-ai (Include archives)</A><BR>
37
+ <A href="../switches/ar_no.htm">-an (Disable parsing of archive_name)</A><BR>
38
+ <A href="../switches/ar_exclude.htm">-ax (Exclude archives)</A><BR>
39
+ <A href="../switches/bb.htm"> -bb (Set output log level)</A><BR>
40
+ <A href="../switches/include.htm">-i (Include)</A><BR>
41
+ <A href="../switches/password.htm">-p (Set Password)</A><BR>
42
+ <A href="../switches/recurse.htm">-r (Recurse)</A><BR>
43
+ <A href="../switches/sns.htm">-sns (Store NTFS alternate Streams)</A><BR>
44
+ <A href="../switches/stx.htm">-stx (Exclude archive type)</A><BR>
45
+ <A href="../switches/type.htm">-t (Type of archive)</A><BR>
46
+ <A href="../switches/exclude.htm">-x (Exclude)</A><BR>
47
+ <A href="../switches/scrc.htm">-scrc (Set hash method)</A><BR>
48
+ </P>
49
+
50
+ </BODY>
51
+ </HTML>
@@ -0,0 +1,74 @@
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>u (Update) command</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>u (Update) command</H1>
12
+
13
+ <P>Update older files in the archive and add files that are not already in the archive.</P>
14
+
15
+ <P>Note: the updating of solid .7z archives can be slow, since it
16
+ can require some recompression.</P>
17
+
18
+ <H4>Example</H4>
19
+
20
+ <PRE class="example">
21
+ 7z u archive.zip *.doc
22
+ </PRE>
23
+
24
+ <P>updates <SPAN class="filename">*.doc</SPAN> files to archive
25
+ <SPAN class="filename">archive.zip</SPAN>.</P>
26
+
27
+
28
+ <H4>Notes</H4>
29
+
30
+ <P>7-Zip doesn't use the system wildcard parser. 7-Zip doesn't
31
+ follow the archaic rule by which *.* means any file. 7-Zip treats
32
+ *.* as matching the name of any file that has an extension. To process
33
+ all files, you must use a * wildcard.</P>
34
+
35
+
36
+ <H4>Switches that can be used with this command</H4>
37
+
38
+ <P>
39
+ <A href="../switches/bb.htm"> -bb (Set output log level)</A><BR>
40
+ <A href="../switches/include.htm">-i (Include)</A><BR>
41
+ <A href="../switches/method.htm">-m (Method)</A><BR>
42
+ <A href="../switches/password.htm">-p (Set Password)</A><BR>
43
+ <A href="../switches/recurse.htm">-r (Recurse)</A><BR>
44
+ <A href="../switches/sfx.htm">-sfx (create SFX)</A><BR>
45
+ <A href="../switches/stdin.htm">-si (use StdIn)</A><BR>
46
+ <A href="../switches/stdout.htm">-so (use StdOut)</A><BR>
47
+ <A href="../switches/sni.htm">-sni (Store NT security information)</A><BR>
48
+ <A href="../switches/sns.htm">-sns (Store NTFS alternate Streams)</A><BR>
49
+ <A href="../switches/shared.htm">-ssw (Compress shared files)</A><BR>
50
+ <A href="../switches/spf.htm">-spf (Use fully qualified file paths)</A><BR>
51
+ <A href="../switches/spm.htm">-spm (Require path separator mark for directory path)</A><BR>
52
+ <A href="../switches/stl.htm">-stl (Set archive timestamp from the most recently modified file)</A><BR>
53
+ <A href="../switches/stx.htm">-stx (Exclude archive type)</A><BR>
54
+ <A href="../switches/type.htm">-t (Type of archive)</A><BR>
55
+ <A href="../switches/update.htm">-u (Update)</A><BR>
56
+ <A href="../switches/working_dir.htm">-w (Working Dir)</A><BR>
57
+ <A href="../switches/exclude.htm">-x (Exclude)</A>
58
+ </P>
59
+
60
+ <H4>See also</H4>
61
+
62
+ <P>
63
+ <B>Commands:</B>
64
+ <A href="add.htm">a (Add)</A>,
65
+ <A href="delete.htm">d (Delete)</A>,
66
+ </P>
67
+
68
+ <P>
69
+ <B>Switches:</B>
70
+ <A href="../switches/update.htm">-u (Update)</A>
71
+ </P>
72
+
73
+ </BODY>
74
+ </HTML>
@@ -0,0 +1,27 @@
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>Exit Codes from 7-Zip</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>Exit Codes from 7-Zip</H1>
12
+
13
+ <P>7-Zip returns the following exit codes:</P>
14
+
15
+ <TABLE>
16
+ <TR><TH>Code</TH><TH>Meaning</TH></TR>
17
+ <TR><TD>0</TH><TD>No error</TD></TR>
18
+ <TR><TD>1</TH><TD>Warning (Non fatal error(s)). For example, one or more files were
19
+ locked by some other application, so they were not compressed.</TD></TR>
20
+ <TR><TD>2</TH><TD>Fatal error</TD></TR>
21
+ <TR><TD>7</TH><TD>Command line error</TD></TR>
22
+ <TR><TD>8</TH><TD>Not enough memory for operation</TD></TR>
23
+ <TR><TD>255</TH><TD>User stopped the process</TD></TR>
24
+ </TABLE>
25
+
26
+ </BODY>
27
+ </HTML>
@@ -0,0 +1,29 @@
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>Command Line Version User's Guide</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>Command Line Version User's Guide</H1>
12
+
13
+
14
+ <P>7z.exe is the command line version of 7-Zip. 7z.exe uses 7z.dll
15
+ from the 7-Zip package. 7z.dll is used by the 7-Zip File Manager also.</LI>
16
+
17
+ <P>7za.exe (a = alone) is a standalone version of 7-Zip.
18
+ 7za.exe supports only 7z, xz, lzma, cab, zip, gzip, bzip2 and tar formats.
19
+ 7za.exe doesn't use external modules.</LI>
20
+
21
+ <UL>
22
+ <LI><A href = "syntax.htm">Command Line syntax</A></LI>
23
+ <LI><A href = "exit_codes.htm">Exit Codes</A></LI>
24
+ <LI><A href = "commands/index.htm">Commands</A></LI>
25
+ <LI><A href = "switches/index.htm">Switches</A></LI>
26
+ </UL>
27
+
28
+ </BODY>
29
+ </HTML>
@@ -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
+