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,81 @@
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>-x (Exclude filenames) switch</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>-x (Exclude filenames) switch</H1>
12
+
13
+ <P>Specifies which filenames or wildcarded names must be excluded from the operation.</P>
14
+ <P>Multiple exclude switches are supported.</P>
15
+
16
+ <H4>Syntax</H4>
17
+
18
+ <PRE class="syntax">
19
+ -xtd
20
+ -x[&lt;recurse_type>][&lt;mark_type>][&lt;wildcard_type>]&lt;file_ref>
21
+
22
+ &lt;recurse_type> ::= r[- | 0]
23
+ &lt;mark_type> ::= m[- | 2]
24
+ &lt;wildcard_type> ::= w[-]
25
+ &lt;file_ref> ::= @{listfile} | !{wildcard}
26
+ </PRE>
27
+
28
+ <P>See <A href="include.htm">-i (Include)</A> switch description for information about
29
+ -x option parameters.</P>
30
+
31
+ <P>-xtd : to exclude directory metadata records from processing.
32
+ But it still can process all files in any directory and in subdirectories.
33
+ If switch -xtd is specified, 7-zip doesn't process records that represent
34
+ metadata properties of directory itself: name, timestamps and attributes
35
+ of directory.
36
+ So the archive created with -xtd will contain only records for files.
37
+ But these files still can reside in different directories and subdirectories.</P>
38
+
39
+ <H4>Examples</H4>
40
+
41
+ <PRE class="example">
42
+ 7z a -tzip archive.zip *.txt -x!temp.*
43
+ </PRE>
44
+
45
+ <P>adds to the <SPAN class="filename">archive.zip</SPAN> all
46
+ <SPAN class="filename">*.txt</SPAN> files,
47
+ except <SPAN class="filename">temp.*</SPAN> files.</P>
48
+
49
+
50
+ <PRE class="example">
51
+ 7z a archive.7z Folder1\ -xr!*.png
52
+ </PRE>
53
+
54
+ <P>adds to the <SPAN class="filename">archive.7z</SPAN> all
55
+ files from <SPAN class="filename">Folder1</SPAN> and its subfolders,
56
+ except <SPAN class="filename">*.png</SPAN> files.</P>
57
+
58
+ <H4>Commands that can be used with this switch</H4>
59
+
60
+ <P>
61
+ <A href="../commands/add.htm">a (Add)</A>,
62
+ <A href="../commands/delete.htm">d (Delete)</A>,
63
+ <A href="../commands/hash.htm">h (Hash)</A>,
64
+ <A href="../commands/extract.htm">e (Extract)</A>,
65
+ <A href="../commands/list.htm">l (List)</A>,
66
+ <A href="../commands/test.htm">t (Test)</A>,
67
+ <A href="../commands/rename.htm">rn (Rename)</A>,
68
+ <A href="../commands/update.htm">u (Update)</A>,
69
+ <A href="../commands/extract_full.htm">x (Extract with full paths)</A>
70
+ </P>
71
+
72
+ <H4>See also</H4>
73
+
74
+ <P>
75
+ <B>Switches:</B>
76
+ <A href="recurse.htm">-r (Recurse)</A>,
77
+ <A href="include.htm">-i (Include)</A>
78
+ </P>
79
+
80
+ </BODY>
81
+ </HTML>
@@ -0,0 +1,152 @@
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>-i (Include filenames) switch</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>-i (Include filenames) switch</H1>
12
+
13
+ <P>Specifies additional include filenames and wildcards.</P>
14
+ <P>Multiple include switches are supported.</P>
15
+
16
+ <H4>Syntax</H4>
17
+
18
+ <PRE class="syntax">
19
+ -i[<A class="parameter" href="#recurse_type">&lt;recurse_type></A>][<A class="parameter" href="#mark_type">&lt;mark_type></A>][<A class="parameter" href="#wildcard_type">&lt;wildcard_type></A>]<A class="parameter" href="#file_ref">&lt;file_ref></A>
20
+
21
+ <A class="parameter" href="#recurse_type">&lt;recurse_type></A> ::= r[- | 0]
22
+ <A class="parameter" href="#mark_type">&lt;mark_type></A> ::= m[- | 2]
23
+ <A class="parameter" href="#wildcard_type">&lt;wildcard_type></A> ::= w[-]
24
+ <A class="parameter" href="#file_ref">&lt;file_ref></A> ::= @{listfile} | !{wildcard}
25
+ </PRE>
26
+
27
+ <H4>Parameters</H4>
28
+
29
+ <DL>
30
+ <DT><A name="recurse_type"></A>&lt;recurse_type></DT>
31
+ <PRE class="syntax">
32
+ &lt;recurse_type> ::= r[- | 0]
33
+ </PRE>
34
+ <DD><P>Specifies how wildcards and file names in this switch must
35
+ be used for recursive search of files and directories.
36
+ If this option is not given, then the global value will be used, that can
37
+ be changed by the <A href="recurse.htm">-r (Recurse)</A> switch.</P>
38
+
39
+ <P>Note: The "r" option rules affect only searching phase of item
40
+ (file or directory) with specified names.
41
+ And if the directory is found for processing, 7-Zip will process also all
42
+ subdirectories and all files of that directory and files of subdirectories,
43
+ even if the search recursion is switched off with "r-" option.
44
+ See <A href="recurse.htm">-r (Recurse)</A> switch description for more details.</A>
45
+ </P>
46
+
47
+ <TABLE>
48
+ <TR><TH width="40">Option</TH> <TH>Description</TH></TR>
49
+ <TR><TD>r</TD> <TD>Enable recurse subdirectories for item search.</TD></TR>
50
+ <TR><TD>r-</TD> <TD>Disable recurse subdirectories for item search. This option is default for
51
+ all commands, if was not changed in global level.</TD></TR>
52
+ <TR><TD>r0</TD> <TD>Enable recurse subdirectories for item search only for wildcard names.</TD></TR>
53
+ </TABLE>
54
+ </DD>
55
+
56
+
57
+ <DT><A name="mark_type"></A>&lt;mark_type></DT>
58
+ <DD>
59
+ <PRE class="syntax">
60
+ &lt;mark_type> ::= m[- | 2]
61
+ </PRE>
62
+ <P>Enables the mode that requires directory path separator mark (character)
63
+ at the end of path for directory items.
64
+ The path separator mark (character) is backslash (\) in Windows or slash (/) in Linux.
65
+ So this switch option allows to exclude directories from processing, if path separator
66
+ mark is not specified at the end of path of wildcard or name.
67
+ If this option is not given, then the global mode is used,
68
+ that can be changed with <A href="spm.htm">-spm</A> switch.</P>
69
+ <TABLE>
70
+ <TR> <TH width="40">Option</TH> <TH>Description</TH> </TR>
71
+ <TR> <TD>m</TD> <TD>allow directories only with path separator mark at the end.</TD> </TR>
72
+ <TR> <TD>m2</TD> <TD>allow directories with path separator mark and directories for
73
+ non-wildcard paths.</TD> </TR>
74
+ <TR> <TD>m-</TD> <TD>allow directories for any path. This option is default, if was not changed in global level.</TD> </TR>
75
+ </TABLE>
76
+ </DD>
77
+
78
+
79
+
80
+ <DT><A name="wildcard_type"></A>&lt;wildcard_type></DT>
81
+ <DD>
82
+ <PRE class="syntax">
83
+ &lt;wildcard_type> ::= w[-]
84
+ </PRE>
85
+ <P>Enables or disables wildcard matching mode for names in this switch.
86
+ If this option is not given, then the global wildcard mode is used.
87
+ By default global wildcard mode is enabled.
88
+ Global wildcard mode can be disabled by global -spd switch.
89
+ </P>
90
+ <TABLE>
91
+ <TR> <TH width="40">Option</TH> <TH>Description</TH> </TR>
92
+ <TR> <TD>w</TD> <TD>Enables wildcard mode. It's default mode, if was not changed in global level.</TD></TR>
93
+ <TR> <TD>w-</TD> <TD>Disables wildcard mode.</TD></TR>
94
+ </TABLE>
95
+ </DD>
96
+
97
+
98
+
99
+ <DT><A name="file_ref"></A>&lt;file_ref></DT>
100
+ <DD>
101
+ <P>Specifies filenames and wildcards, or a list file, for files to be processed.</P>
102
+ <PRE class="syntax">
103
+ &lt;file_ref> ::= @{listfile} | !{wildcard}
104
+ </PRE>
105
+ <TABLE>
106
+ <TR> <TH width="120">Option</TH> <TH>Description</TH> </TR>
107
+ <TR> <TD>{listfile}</TD> <TD>Specifies name of list file. See
108
+ <A href = ../syntax.htm#ListFile>List file</A> description.</TD> </TR>
109
+ <TR> <TD>{wildcard}</TD> <TD>Specifies wildcard or filename.</TD> </TR>
110
+ </TABLE>
111
+ </DD>
112
+ </DL>
113
+
114
+
115
+
116
+ <H4>Examples</H4>
117
+
118
+ <PRE class="example">
119
+ 7z a -tzip src.zip *.txt -ir!DIR1\*.cpp
120
+ </PRE>
121
+
122
+ <P>adds to <SPAN class="filename">src.zip</SPAN> archive all
123
+ <SPAN class="filename">*.txt</SPAN> files only from current directory
124
+ and all <SPAN class="filename">*.cpp</SPAN>
125
+ files from directory <SPAN class="filename">DIR1</SPAN>
126
+ and from all it's subdirectories.</P>
127
+
128
+ <H4>Commands that can be used with this switch</H4>
129
+
130
+ <P>
131
+ <A href="../commands/add.htm">a (Add)</A>,
132
+ <A href="../commands/delete.htm">d (Delete)</A>,
133
+ <A href="../commands/extract.htm">e (Extract)</A>,
134
+ <A href="../commands/hash.htm">h (Hash)</A>,
135
+ <A href="../commands/list.htm">l (List)</A>,
136
+ <A href="../commands/rename.htm">rn (Rename)</A>,
137
+ <A href="../commands/test.htm">t (Test)</A>,
138
+ <A href="../commands/update.htm">u (Update)</A>,
139
+ <A href="../commands/extract_full.htm">x (Extract with full paths)</A>
140
+ </P>
141
+
142
+ <H4>See also</H4>
143
+
144
+ <P>
145
+ <B>Switches:</B>
146
+ <A href="recurse.htm">-r (Recurse)</A>,
147
+ <A href="spm.htm">-m (Path Separator Mark)</A>,
148
+ <A href="exclude.htm">-x (Exclude)</A>
149
+ </P>
150
+
151
+ </BODY>
152
+ </HTML>
@@ -0,0 +1,117 @@
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 Switches</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>Command Line Switches</H1>
12
+
13
+ <H4>Syntax</H4>
14
+
15
+ <PRE class="syntax">
16
+ &ltswitch>::= -&lt;switch_characters>[&lt;option>]
17
+
18
+ </PRE>
19
+ <P>On the command line, a switch consists of a switch specifier,
20
+ either a dash (-) or a forward slash (/), followed by the name of
21
+ the switch. Switch names cannot be abbreviated.</P>
22
+
23
+ <P>Some switches take an argument after the switch name.
24
+ No spaces or tabs are allowed within a switch specification.
25
+ Switch names are not case sensitive, but arguments can be case sensitive.
26
+ </P>
27
+
28
+ <P>Switch can be used in any place in command line.</B>
29
+
30
+ <P>See also <A href ="../syntax.htm">Command Line Syntax</A> for more details
31
+ about using the command line.</P>
32
+
33
+ <H2>Switch quick reference</H2>
34
+
35
+ <TABLE border="1" cellpadding="3" cellspacing="0">
36
+ <TR><TH>Switch</TH><TH>Description</TH></TR>
37
+
38
+ <TR> <TD><A href="stop_switch.htm">--</A></TD> <TD><A href="stop_switch.htm">Stop switches and @listfile parsing</A></TD></TR>
39
+ <TR> <TD>-ad</A></TD> <TD>Show dialog box in GUI version (7zg)</TD></TR>
40
+ <TR> <TD><A href="ar_include.htm">-ai</A></TD> <TD><A href="ar_include.htm">Include archive filenames</A></TD></TR>
41
+ <TR> <TD><A href="ar_no.htm">-an</A></TD> <TD><A href="ar_no.htm">Disable parsing of archive_name</A></TD></TR>
42
+ <TR> <TD><A href="overwrite.htm">-ao</A></TD> <TD><A href="overwrite.htm">Overwrite mode</A></TD></TR>
43
+ <TR> <TD><A href="ar_exclude.htm">-ax</A></TD> <TD><A href="ar_exclude.htm">Exclude archive filenames</A></TD></TR>
44
+
45
+ <TR> <TD>-ba</TD> <TD> disable headers in standard output log</TD></TR>
46
+ <TR> <TD><A href="bb.htm"> -bb[0-3] </A></TD> <TD> Set output log level</TD></TR>
47
+ <TR> <TD>-bd</TD> <TD> Disable progress indicator</TD></TR>
48
+ <TR> <TD><A href="bs.htm"> -bs{o|e|p}{0|1|2} </A></TD> <TD> Set output stream for output/error/progress</TD></TR>
49
+ <TR> <TD>-bt</TD> <TD> Show execution time statistics</TD></TR>
50
+
51
+ <TR> <TD><A href="include.htm">-i</A></TD> <TD><A href="include.htm">Include filenames</A></TD></TR>
52
+ <TR> <TD><A href="method.htm">-m</A></TD> <TD><A href="method.htm">Set Compression Method</A></TD></TR>
53
+ <TR> <TD><A href="output_dir.htm">-o</A></TD> <TD><A href="output_dir.htm">Set Output directory</A></TD></TR>
54
+ <TR> <TD><A href="password.htm">-p</A></TD> <TD><A href="password.htm">Set Password</A></TD></TR>
55
+ <TR> <TD><A href="recurse.htm">-r</A></TD> <TD><A href="recurse.htm">Recurse subdirectories</A></TD></TR>
56
+
57
+ <TR> <TD><A href="sa.htm"> -sa </A></TD> <TD><A href="sa.htm"> Set Archive name mode </A></TD></TR>
58
+ <TR> <TD><A href="scc.htm"> -scc </A></TD> <TD><A href="scc.htm"> Set charset for for console input/output </A></TD></TR>
59
+ <TR> <TD><A href="scrc.htm">-scrc</A></TD> <TD><A href="scrc.htm">Set hash function</A></TD></TR>
60
+ <TR> <TD><A href="charset.htm">-scs</A></TD> <TD><A href="charset.htm">Set charset for list files</A></TD></TR>
61
+ <TR> <TD><A href="sdel.htm"> -sdel </A></TD> <TD><A href="sdel.htm"> Delete files after including to archive </A></TD></TR>
62
+ <TR> <TD><A href="email.htm">-seml</A></TD> <TD><A href="email.htm">Send archive by email</A></TD></TR>
63
+ <TR> <TD><A href="sfx.htm">-sfx</A></TD> <TD><A href="sfx.htm">Create SFX archive</A></TD></TR>
64
+ <TR> <TD>-shd{dir_path}</TD> <TD> Set the base directory that is used to check files referenced by hash (sha256) files</TD></TR>
65
+ <TR> <TD><A href="stdin.htm">-si</A></TD> <TD><A href="stdin.htm">Read data from StdIn</A></TD></TR>
66
+ <TR> <TD><A href="large_pages.htm">-slp</A></TD> <TD><A href="large_pages.htm">Set Large Pages mode</A></TD></TR>
67
+ <TR> <TD><A href="list_tech.htm">-slt</A></TD> <TD><A href="list_tech.htm">Show technical information</A></TD></TR>
68
+
69
+ <TR> <TD>-slf[h][s][n]</TD> <TD> Set fields (columns) that must be printed in h (hash) command: h (hash), s (size), n (name)</TD></TR>
70
+ <TR> <TD>-slmu</TD> <TD> Show timestamps as UTC instead of LOCAL TIME</TD></TR>
71
+ <TR> <TD>-slsl[-]</TD> <TD> Show paths with linux path separator (slash '/') instead of windows path separator (backslash '\')</TD></TR>
72
+
73
+ <TR> <TD>-smemx{size}g</TD> <TD> Set allowed memory usage limit for RAR archive unpacking.
74
+ RAR archives can use dictionary up 64 GB. Default allowed limit for RAR unpacking is 4 GB.</TD></TR>
75
+
76
+ <TR> <TD><A href="sni.htm"> -sni </A></TD> <TD><A href="sni.htm"> Store NT security information </A></TD></TR>
77
+ <TR> <TD><A href="sns.htm"> -sns </A></TD> <TD><A href="sns.htm"> Store NTFS alternate Streams </A></TD></TR>
78
+
79
+
80
+ <TR> <TD>-snt[-]</TD> <TD> Replace trail dots and spaces in file names for Extract operation</TD></TR>
81
+
82
+ <TR> <TD>-snc</TD> <TD> Extract file as alternate stream, if there is ':' character in name </TD></TR>
83
+ <TR> <TD>-snr</TD> <TD> Replace ':' character to '_' character in paths of alternate streams </TD></TR>
84
+
85
+ <TR> <TD>-snh</TD> <TD> Store hard links as links (WIM and TAR formats only) </TD></TR>
86
+ <TR> <TD>-snl</TD> <TD> Store symbolic links as links (WIM and TAR formats only) </TD></TR>
87
+ <TR> <TD>-snld[0-20]</TD> <TD> set security level to extract dangerous symbolic links:
88
+ snld0 - do not extract dangerous symbolic links,
89
+ snld20 - bypass security checks and extract all symbolic links.</TD></TR>
90
+ <TR> <TD>-snoi</TD> <TD> store owner id in archive, extract owner id from archive (tar/Linux)</TD></TR>
91
+ <TR> <TD>-snon</TD> <TD> store owner name in archive (tar/Linux)</TD></TR>
92
+ <TR> <TD>-snz</TD> <TD> propagate Zone.Identifier stream for extracted files (Windows)</TD></TR>
93
+
94
+ <TR> <TD><A href="stdout.htm">-so</A></TD> <TD><A href="stdout.htm">Write data to StdOut</A></TD></TR>
95
+ <TR> <TD>-spd</TD> <TD> Disable wildcard matching for file names</TD></TR>
96
+ <TR> <TD>-spe</TD> <TD> Eliminate duplication of root folder for extract archive command</TD></TR>
97
+ <TR> <TD><A href="spf.htm"> -spf </A></TD> <TD><A href="spf.htm"> Use fully qualified file paths </A></TD></TR>
98
+ <TR> <TD><A href="spm.htm"> -spm </A></TD> <TD><A href="spm.htm"> Require path separator mark for directory path </A></TD></TR>
99
+ <TR> <TD><A href="ssc.htm">-ssc</A></TD> <TD><A href="ssc.htm">Set Sensitive Case mode</A></TD></TR>
100
+ <TR> <TD>-sse</TD> <TD>Stop archive creating, if 7-Zip can't open some input file</TD></TR>
101
+ <TR> <TD>-ssp</TD> <TD>Do not modify "Last Access Time" property of source files when archiving or hashing</TD></TR>
102
+ <TR> <TD><A href="shared.htm">-ssw</A></TD> <TD><A href="shared.htm">Compress files open for writing</A></TD></TR>
103
+ <TR> <TD><A href="stl.htm">-stl</A></TD> <TD><A href="stl.htm">Set archive timestamp from the most recently modified file</A></TD></TR>
104
+ <TR> <TD>-stm{HexMask}</TD> <TD> Set CPU thread affinity mask (hexadecimal number).</TD></TR>
105
+ <TR> <TD><A href="stx.htm">-stx{Type}</A></TD> <TD> Exclude archive type </TD></TR>
106
+
107
+ <TR> <TD><A href="type.htm">-t</A></TD> <TD><A href="type.htm">Type of archive</A></TD></TR>
108
+ <TR> <TD><A href="update.htm">-u</A></TD> <TD><A href="update.htm">Update options</A></TD></TR>
109
+ <TR> <TD><A href="volume.htm">-v</A></TD> <TD><A href="volume.htm">Create Volumes</A></TD></TR>
110
+ <TR> <TD><A href="working_dir.htm">-w</A></TD> <TD><A href="working_dir.htm">Set Working directory</A></TD></TR>
111
+ <TR> <TD><A href="exclude.htm">-x</A></TD> <TD><A href="exclude.htm">Exclude filenames</A></TD></TR>
112
+ <TR> <TD><A href="yes.htm">-y</A></TD> <TD><A href="yes.htm">Assume Yes on all queries</A></TD></TR>
113
+
114
+ </TABLE>
115
+
116
+ </BODY>
117
+ </HTML>
@@ -0,0 +1,60 @@
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>-slp (Set Large Pages mode) switch</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>-slp (Set Large Pages mode) switch</H1>
12
+
13
+ <P>Sets Large Pages mode.</P>
14
+
15
+ <H4>Syntax</H4>
16
+
17
+ <PRE class="syntax">
18
+ -slp[-]
19
+ </PRE>
20
+
21
+
22
+ <TABLE>
23
+ <TR><TH width="80">Switch</TH> <TH>Description</TH></TR>
24
+ <TR><TD>-slp</TD> <TD>Enables Large Pages mode.</TD></TR>
25
+ <TR><TD>-slp-</TD> <TD>Disables Large Pages mode. This option is default for all commands.</TD></TR>
26
+ </TABLE>
27
+
28
+ <P> Large Pages mode increases the speed of compression.
29
+ However, there is a pause at the start of compression while 7-Zip allocates the large pages in memory.
30
+ If 7-Zip can't allocate large pages, it allocates usual small pages.
31
+ Also, the Windows Task Manager doesn't show the real memory usage of the program, if 7-Zip uses large pages.
32
+ This feature doesn't work on Windows 2000 / 32-bit Windows XP.
33
+ Also, it can require administrator's rights for your system.
34
+ The recommended size of RAM for this feature is 3 GB or more.
35
+ To install this feature, you must run the 7-Zip File Manager with administrator's rights
36
+ at least once, close it, and then reboot the system.</P>
37
+
38
+ <P><B>Notes:</B> if you use -slp mode in old Windows version,
39
+ your Windows system can hang for several seconds when 7-zip allocates memory blocks.
40
+ Windows can hang other tasks for that time.
41
+ It can look like full system hang, but then it resumes.
42
+ It was so in old Windows versions.
43
+ But modern Windows versions (Windows 7 / Windows 10)
44
+ can allocate "Large pages" faster than previous Windows versions.
45
+
46
+ <P> Also it's senseless to use -slp mode to compress small data sets (less than 100 MB).
47
+ But if you compress big data sets (100 MB or more) with LZMA/LZMA2 method with large dictionary,
48
+ you can get 5%-10% speed improvement with -slp mode.</P>
49
+
50
+
51
+ <H4>Example</H4>
52
+
53
+ <PRE class="example">
54
+ 7z a archive.7z -slp a.iso
55
+ </PRE>
56
+
57
+ <P>compresses <SPAN class="filename">a.iso</SPAN> file with Large Pages mode switched on.</P>
58
+
59
+ </BODY>
60
+ </HTML>
@@ -0,0 +1,36 @@
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>-slt (Show technical information) switch</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>-slt (Show technical information) switch</H1>
12
+
13
+ <P>Sets technical mode for <A href="../commands/list.htm">l (List)</A> command.</P>
14
+
15
+ <H4>Syntax</H4>
16
+
17
+ <PRE class="syntax">
18
+ -slt
19
+ </PRE>
20
+
21
+ <H4>Example</H4>
22
+
23
+ <PRE class="example">
24
+ 7z l -slt archive.7z
25
+ </PRE>
26
+
27
+ <P>shows detailed technical information for the files in <SPAN class="filename">archive.7z</SPAN>.</P>
28
+
29
+ <H4>Commands that can be used with this switch</H4>
30
+
31
+ <P>
32
+ <A href="../commands/list.htm">l (List)</A>
33
+ </P>
34
+
35
+ </BODY>
36
+ </HTML>