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.
- package/README.md +23 -0
- package/build/GloscMcp.js +207 -0
- package/build/GloscTools.js +495 -0
- package/build/index.js +12 -0
- package/libs/7z/Linux/7zz +0 -0
- package/libs/7z/Linux/7zzs +0 -0
- package/libs/7z/Linux/History.txt +178 -0
- package/libs/7z/Linux/License.txt +144 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/add.htm +96 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/bench.htm +186 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/delete.htm +64 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/extract.htm +101 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/extract_full.htm +77 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/hash.htm +101 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/index.htm +36 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/list.htm +79 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/rename.htm +51 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/style.css +232 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/test.htm +51 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/update.htm +74 -0
- package/libs/7z/Linux/MANUAL/cmdline/exit_codes.htm +27 -0
- package/libs/7z/Linux/MANUAL/cmdline/index.htm +29 -0
- package/libs/7z/Linux/MANUAL/cmdline/style.css +232 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/ar_exclude.htm +58 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/ar_include.htm +84 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/ar_no.htm +52 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/bb.htm +61 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/bs.htm +67 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/charset.htm +61 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/email.htm +43 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/exclude.htm +81 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/include.htm +152 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/index.htm +117 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/large_pages.htm +60 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/list_tech.htm +36 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/method.htm +1067 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/output_dir.htm +53 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/overwrite.htm +56 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/password.htm +80 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/recurse.htm +104 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/sa.htm +58 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/scc.htm +42 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/scrc.htm +54 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/sdel.htm +39 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/sfx.htm +154 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/shared.htm +40 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/sni.htm +56 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/sns.htm +77 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/spf.htm +80 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/spm.htm +72 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/ssc.htm +50 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/stdin.htm +56 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/stdout.htm +54 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/stl.htm +39 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/stop_switch.htm +32 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/stx.htm +50 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/style.css +232 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/type.htm +146 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/update.htm +179 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/volume.htm +49 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/working_dir.htm +56 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/yes.htm +48 -0
- package/libs/7z/Linux/MANUAL/cmdline/syntax.htm +118 -0
- package/libs/7z/Linux/MANUAL/general/7z.htm +117 -0
- package/libs/7z/Linux/MANUAL/general/faq.htm +125 -0
- package/libs/7z/Linux/MANUAL/general/formats.htm +104 -0
- package/libs/7z/Linux/MANUAL/general/index.htm +28 -0
- package/libs/7z/Linux/MANUAL/general/license.htm +26 -0
- package/libs/7z/Linux/MANUAL/general/performance.htm +55 -0
- package/libs/7z/Linux/MANUAL/general/register.htm +24 -0
- package/libs/7z/Linux/MANUAL/general/style.css +232 -0
- package/libs/7z/Linux/MANUAL/general/thanks.htm +44 -0
- package/libs/7z/Linux/MANUAL/start.htm +38 -0
- package/libs/7z/Linux/MANUAL/style.css +232 -0
- package/libs/7z/Linux/readme.txt +100 -0
- package/libs/7z/README.md +1 -0
- package/libs/7z/macOS/7zz +0 -0
- package/libs/7z/macOS/History.txt +178 -0
- package/libs/7z/macOS/License.txt +144 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/add.htm +96 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/bench.htm +186 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/delete.htm +64 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/extract.htm +101 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/extract_full.htm +77 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/hash.htm +101 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/index.htm +36 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/list.htm +79 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/rename.htm +51 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/style.css +232 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/test.htm +51 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/update.htm +74 -0
- package/libs/7z/macOS/MANUAL/cmdline/exit_codes.htm +27 -0
- package/libs/7z/macOS/MANUAL/cmdline/index.htm +29 -0
- package/libs/7z/macOS/MANUAL/cmdline/style.css +232 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/ar_exclude.htm +58 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/ar_include.htm +84 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/ar_no.htm +52 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/bb.htm +61 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/bs.htm +67 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/charset.htm +61 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/email.htm +43 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/exclude.htm +81 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/include.htm +152 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/index.htm +117 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/large_pages.htm +60 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/list_tech.htm +36 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/method.htm +1067 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/output_dir.htm +53 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/overwrite.htm +56 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/password.htm +80 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/recurse.htm +104 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/sa.htm +58 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/scc.htm +42 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/scrc.htm +54 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/sdel.htm +39 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/sfx.htm +154 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/shared.htm +40 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/sni.htm +56 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/sns.htm +77 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/spf.htm +80 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/spm.htm +72 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/ssc.htm +50 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/stdin.htm +56 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/stdout.htm +54 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/stl.htm +39 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/stop_switch.htm +32 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/stx.htm +50 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/style.css +232 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/type.htm +146 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/update.htm +179 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/volume.htm +49 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/working_dir.htm +56 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/yes.htm +48 -0
- package/libs/7z/macOS/MANUAL/cmdline/syntax.htm +118 -0
- package/libs/7z/macOS/MANUAL/general/7z.htm +117 -0
- package/libs/7z/macOS/MANUAL/general/faq.htm +125 -0
- package/libs/7z/macOS/MANUAL/general/formats.htm +104 -0
- package/libs/7z/macOS/MANUAL/general/index.htm +28 -0
- package/libs/7z/macOS/MANUAL/general/license.htm +26 -0
- package/libs/7z/macOS/MANUAL/general/performance.htm +55 -0
- package/libs/7z/macOS/MANUAL/general/register.htm +24 -0
- package/libs/7z/macOS/MANUAL/general/style.css +232 -0
- package/libs/7z/macOS/MANUAL/general/thanks.htm +44 -0
- package/libs/7z/macOS/MANUAL/start.htm +38 -0
- package/libs/7z/macOS/MANUAL/style.css +232 -0
- package/libs/7z/macOS/readme.txt +100 -0
- package/libs/7z/win/7za.dll +0 -0
- package/libs/7z/win/7za.exe +0 -0
- package/libs/7z/win/7zxa.dll +0 -0
- package/libs/7z/win/Far/7-ZipEng.hlf +85 -0
- package/libs/7z/win/Far/7-ZipEng.lng +220 -0
- package/libs/7z/win/Far/7-ZipFar.dll +0 -0
- package/libs/7z/win/Far/7-ZipFar64.dll +0 -0
- package/libs/7z/win/Far/7-ZipRus.hlf +84 -0
- package/libs/7z/win/Far/7-ZipRus.lng +220 -0
- package/libs/7z/win/Far/7zToFar.ini +67 -0
- package/libs/7z/win/Far/far7z.reg +67 -0
- package/libs/7z/win/Far/far7z.txt +73 -0
- package/libs/7z/win/License.txt +123 -0
- package/libs/7z/win/arm64/7-ZipFar.dll +0 -0
- package/libs/7z/win/arm64/7za.dll +0 -0
- package/libs/7z/win/arm64/7za.exe +0 -0
- package/libs/7z/win/arm64/7zxa.dll +0 -0
- package/libs/7z/win/history.txt +347 -0
- package/libs/7z/win/readme.txt +125 -0
- package/libs/7z/win/x64/7za.dll +0 -0
- package/libs/7z/win/x64/7za.exe +0 -0
- package/libs/7z/win/x64/7zxa.dll +0 -0
- 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[<recurse_type>][<mark_type>][<wildcard_type>]<file_ref>
|
|
20
|
+
|
|
21
|
+
<recurse_type> ::= r[- | 0]
|
|
22
|
+
<mark_type> ::= m[- | 2]
|
|
23
|
+
<wildcard_type> ::= w[-]
|
|
24
|
+
<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"><recurse_type></A>][<mark_type>][<wildcard_type>]<A class="parameter" href="#file_ref"><file_ref></A>
|
|
19
|
+
|
|
20
|
+
<A class="parameter" href="#recurse_type"><recurse_type></A> ::= r[- | 0]
|
|
21
|
+
<mark_type> ::= m[- | 2]
|
|
22
|
+
<wildcard_type> ::= w[-]
|
|
23
|
+
<A class="parameter" href="#file_ref"><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><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
|
+
<recurse_type> ::= r[- | 0]
|
|
39
|
+
</PRE>
|
|
40
|
+
|
|
41
|
+
</DD>
|
|
42
|
+
<DT><A name="file_ref"></A><file_ref></DT>
|
|
43
|
+
<DD>
|
|
44
|
+
<P>Specifies filenames and wildcards or list file that specify processed files.</P>
|
|
45
|
+
<PRE class="syntax">
|
|
46
|
+
<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
|
+
|