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,40 @@
|
|
|
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>-ssw (Compress files open for writing) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-ssw (Compress files open for writing) switch</H1>
|
|
12
|
+
|
|
13
|
+
<P>Compresses files open for writing by another applications. If this switch is not
|
|
14
|
+
set, 7-zip doesn't include such files to archive.</P>
|
|
15
|
+
|
|
16
|
+
<H4>Syntax</H4>
|
|
17
|
+
|
|
18
|
+
<PRE class="syntax">
|
|
19
|
+
-ssw
|
|
20
|
+
</PRE>
|
|
21
|
+
|
|
22
|
+
<H4>Example</H4>
|
|
23
|
+
|
|
24
|
+
<PRE class="example">
|
|
25
|
+
7z a archive.7z -ssw *.txt
|
|
26
|
+
</PRE>
|
|
27
|
+
|
|
28
|
+
<P>compresses all <SPAN class="filename">*.txt</SPAN> files in
|
|
29
|
+
current folder including files open for writing by another applications.</P>
|
|
30
|
+
|
|
31
|
+
<H4>Commands that can be used with this switch</H4>
|
|
32
|
+
|
|
33
|
+
<P>
|
|
34
|
+
<A href="../commands/add.htm">a (Add)</A>,
|
|
35
|
+
<A href="../commands/hash.htm">h (Hash)</A>,
|
|
36
|
+
<A href="../commands/update.htm">u (Update)</A>
|
|
37
|
+
</P>
|
|
38
|
+
|
|
39
|
+
</BODY>
|
|
40
|
+
</HTML>
|
|
@@ -0,0 +1,56 @@
|
|
|
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>-sni (Store NT security information) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-sni (Store NT security information) switch</H1>
|
|
12
|
+
|
|
13
|
+
<H4>Syntax</H4>
|
|
14
|
+
|
|
15
|
+
<PRE class="syntax">
|
|
16
|
+
-sni
|
|
17
|
+
</PRE>
|
|
18
|
+
|
|
19
|
+
<P> Use this switch to store and restore NT (NTFS) security information for files and directories.
|
|
20
|
+
Note that only NTFS file system supports that feature.</P>
|
|
21
|
+
|
|
22
|
+
<P> Current version of 7-Zip can store NT security information only to WIM archives.</P>
|
|
23
|
+
|
|
24
|
+
<H4>Examples</H4>
|
|
25
|
+
|
|
26
|
+
<PRE class="example">
|
|
27
|
+
7z a a.wim -sni *.txt
|
|
28
|
+
</PRE>
|
|
29
|
+
|
|
30
|
+
<P>stores <SPAN class="filename">txt</SPAN> files with NT security information.</P>
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
<PRE class="example">
|
|
34
|
+
7z x a.wim -sni
|
|
35
|
+
</PRE>
|
|
36
|
+
<P>unpacks <SPAN class="filename">a.wim</SPAN> and restores NT security information.</P>
|
|
37
|
+
|
|
38
|
+
<H4>Commands that can be used with this switch</H4>
|
|
39
|
+
|
|
40
|
+
<P>
|
|
41
|
+
<A href="../commands/add.htm">a (Add)</A>,
|
|
42
|
+
<A href="../commands/extract.htm">e (Extract)</A>,
|
|
43
|
+
<A href="../commands/update.htm">u (Update)</A>,
|
|
44
|
+
<A href="../commands/extract_full.htm">x (Extract with full paths)</A>
|
|
45
|
+
</P>
|
|
46
|
+
|
|
47
|
+
<H4>See also</H4>
|
|
48
|
+
|
|
49
|
+
<P>
|
|
50
|
+
<B>Switches:</B>
|
|
51
|
+
<A href="sns.htm">-sns</A>
|
|
52
|
+
</P>
|
|
53
|
+
|
|
54
|
+
</BODY>
|
|
55
|
+
</HTML>
|
|
56
|
+
|
|
@@ -0,0 +1,77 @@
|
|
|
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>-sns (Store NTFS alternate Streams) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-sns (Store NTFS alternate Streams) switch</H1>
|
|
12
|
+
|
|
13
|
+
<H4>Syntax</H4>
|
|
14
|
+
|
|
15
|
+
<PRE class="syntax">
|
|
16
|
+
-sns[-]
|
|
17
|
+
</PRE>
|
|
18
|
+
|
|
19
|
+
<TABLE>
|
|
20
|
+
<TR><TH width="80">Switch</TH> <TH>Description</TH></TR>
|
|
21
|
+
<TR><TD> -sns </TD> <TD> Enable "Store NTFS alternate streams" mode. It's default option, if you extract archive.</TD></TR>
|
|
22
|
+
<TR><TD> -sns- </TD> <TD> Disable "Store NTFS alternate streams" mode. It's default option, if you create archive or
|
|
23
|
+
call "list" command. </TD></TR>
|
|
24
|
+
</TABLE>
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
<P> If -sns mode is enabled, 7-Zip processes NTFS Alternate Data Streams for files and folders.</P>
|
|
28
|
+
|
|
29
|
+
<P> Current version of 7-Zip can store NTFS alternate streams only to WIM archives.</P>
|
|
30
|
+
|
|
31
|
+
<P> Note: 7-Zip can't include alternate streams to archives on 32-bit Windows XP and older systems.</P>
|
|
32
|
+
|
|
33
|
+
<H4>Examples</H4>
|
|
34
|
+
|
|
35
|
+
<PRE class="example">
|
|
36
|
+
7z a a.wim -sns *.txt
|
|
37
|
+
</PRE>
|
|
38
|
+
<P>stores <SPAN class="filename">txt</SPAN> files including alternate data streams.</P>
|
|
39
|
+
|
|
40
|
+
<PRE class="example">
|
|
41
|
+
7z x a.wim
|
|
42
|
+
</PRE>
|
|
43
|
+
<P>unpacks <SPAN class="filename">a.wim</SPAN> including alternate data streams.</P>
|
|
44
|
+
|
|
45
|
+
<PRE class="example">
|
|
46
|
+
7z x a.wim -sns-
|
|
47
|
+
</PRE>
|
|
48
|
+
<P>unpacks <SPAN class="filename">a.wim</SPAN> without alternate data streams.</P>
|
|
49
|
+
|
|
50
|
+
<PRE class="example">
|
|
51
|
+
7z l a.wim -sns
|
|
52
|
+
</PRE>
|
|
53
|
+
<P>lists files in <SPAN class="filename">a.wim</SPAN> including alternate data streams.</P>
|
|
54
|
+
|
|
55
|
+
<H4>Commands that can be used with this switch</H4>
|
|
56
|
+
|
|
57
|
+
<P>
|
|
58
|
+
<A href="../commands/add.htm">a (Add)</A>,
|
|
59
|
+
<A href="../commands/delete.htm">d (Delete)</A>,
|
|
60
|
+
<A href="../commands/extract.htm">e (Extract)</A>,
|
|
61
|
+
<A href="../commands/hash.htm">h (Hash)</A>,
|
|
62
|
+
<A href="../commands/list.htm">l (List)</A>,
|
|
63
|
+
<A href="../commands/test.htm">t (Test)</A>,
|
|
64
|
+
<A href="../commands/update.htm">u (Update)</A>,
|
|
65
|
+
<A href="../commands/extract_full.htm">x (Extract with full paths)</A>
|
|
66
|
+
</P>
|
|
67
|
+
|
|
68
|
+
<H4>See also</H4>
|
|
69
|
+
|
|
70
|
+
<P>
|
|
71
|
+
<B>Switches:</B>
|
|
72
|
+
<A href="sni.htm">-sni</A>
|
|
73
|
+
</P>
|
|
74
|
+
|
|
75
|
+
</BODY>
|
|
76
|
+
</HTML>
|
|
77
|
+
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
2
|
+
<HTML>
|
|
3
|
+
<HEAD>
|
|
4
|
+
<META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
|
|
5
|
+
<TITLE>-spf (Use fully qualified file paths) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-spf (Use fully qualified file paths) switch</H1>
|
|
12
|
+
|
|
13
|
+
<TABLE>
|
|
14
|
+
<TR> <TH width="80">Switch</TH> <TH>Description</TH> </TR>
|
|
15
|
+
<TR> <TD>-spf</TD> <TD>Use absolute paths including drive letter.</TD> </TR>
|
|
16
|
+
<TR> <TD>-spf2</TD> <TD>Use full paths without drive letter.</TD> </TR>
|
|
17
|
+
</TABLE>
|
|
18
|
+
|
|
19
|
+
<P>Enables the mode that allows to use fully qualified file paths in archives.
|
|
20
|
+
If -spf switch is not specified, 7-Zip reduces file paths to relative paths when
|
|
21
|
+
it adds files to archive, and 7-Zip converts paths to relative paths when
|
|
22
|
+
you extract archive.
|
|
23
|
+
If -spf switch is specified, 7-Zip doesn't try to process or convert paths.</P>
|
|
24
|
+
|
|
25
|
+
<P>Fully qualified file paths begin with one of the following:</P>
|
|
26
|
+
<UL>
|
|
27
|
+
<LI>A UNC name, which starts with two backslash characters, for example, "\\Server1\".
|
|
28
|
+
<LI>A disk designator with a backslash, for example "C:\".
|
|
29
|
+
<LI>A single backslash, for example, "\Folder".
|
|
30
|
+
</UL>
|
|
31
|
+
|
|
32
|
+
<P>If -spf switch is specified, but the path is not fully qualified, 7-Zip will use specified path,
|
|
33
|
+
it will not convert the path to fully qualified path.</P>
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
<P>Please be careful, if you use -spf switch with "extract" command.
|
|
37
|
+
Check that file names in archive are correct. Note that with -spf switch
|
|
38
|
+
7-Zip can try to rewrite any file with path specified in archive.</P>
|
|
39
|
+
|
|
40
|
+
<H4>Syntax</H4>
|
|
41
|
+
|
|
42
|
+
<PRE class="syntax">
|
|
43
|
+
-spf
|
|
44
|
+
</PRE>
|
|
45
|
+
|
|
46
|
+
<H4>Examples</H4>
|
|
47
|
+
|
|
48
|
+
<PRE class="example">
|
|
49
|
+
7z a a.7z -spf c:\Files\test.txt d:\test.txt
|
|
50
|
+
</PRE>
|
|
51
|
+
|
|
52
|
+
<P>stores both <SPAN class="filename">txt</SPAN> files with full paths.</P>
|
|
53
|
+
|
|
54
|
+
<PRE class="example">
|
|
55
|
+
7z x a.7z -spf
|
|
56
|
+
</PRE>
|
|
57
|
+
|
|
58
|
+
<P>extracts files from <SPAN class="filename">a.7z</SPAN> archive with exact
|
|
59
|
+
file paths specified in archive.</P>
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
<H4>Commands that can be used with this switch</H4>
|
|
63
|
+
|
|
64
|
+
<P>
|
|
65
|
+
<A href="../commands/add.htm">a (Add)</A>,
|
|
66
|
+
<A href="../commands/delete.htm">d (Delete)</A>,
|
|
67
|
+
<A href="../commands/extract.htm">e (Extract)</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
|
+
</P>
|
|
77
|
+
|
|
78
|
+
</BODY>
|
|
79
|
+
</HTML>
|
|
80
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
2
|
+
<HTML>
|
|
3
|
+
<HEAD>
|
|
4
|
+
<META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
|
|
5
|
+
<TITLE>-spf (Require path separator mark for directory path) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-spm (Require path separator mark for directory path) switch</H1>
|
|
12
|
+
|
|
13
|
+
<H4>Syntax</H4>
|
|
14
|
+
|
|
15
|
+
<PRE class="syntax">
|
|
16
|
+
-spm[- | 2]
|
|
17
|
+
</PRE>
|
|
18
|
+
|
|
19
|
+
<TABLE>
|
|
20
|
+
<TR> <TH width="50">Switch</TH> <TH>Description</TH> </TR>
|
|
21
|
+
<TR> <TD>-spm</TD> <TD>allow directories only with path separator mark at the end.</TD> </TR>
|
|
22
|
+
<TR> <TD>-spm2</TD> <TD>allow directories with path separator mark and directories for
|
|
23
|
+
non-wildcard paths.</TD> </TR>
|
|
24
|
+
<TR> <TD>-spm-</TD> <TD>allow directories for any path. This option is default.</TD> </TR>
|
|
25
|
+
</TABLE>
|
|
26
|
+
|
|
27
|
+
<P>-spm enables the mode that requires path separator mark at the end of path for directory items.
|
|
28
|
+
So this switch allows to exclude directories from processing, if path separator
|
|
29
|
+
mark is not specified for path.
|
|
30
|
+
The path separator mark is backslash (\) in Windows or slash (/) in Linux.
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
<H4>Examples</H4>
|
|
34
|
+
|
|
35
|
+
<PRE class="example">
|
|
36
|
+
7z a a.7z -spm n*
|
|
37
|
+
</PRE>
|
|
38
|
+
|
|
39
|
+
<P>stores all <SPAN class="filename">n*</SPAN> files but doesn't process any directory.</P>
|
|
40
|
+
|
|
41
|
+
<PRE class="example">
|
|
42
|
+
7z a a.7z -spm n* SomeDir*\
|
|
43
|
+
</PRE>
|
|
44
|
+
|
|
45
|
+
<P>stores all <SPAN class="filename">n*</SPAN> files and <SPAN class="filename">SomeDir*</SPAN>
|
|
46
|
+
directories, but doesn't process another directories.</P>
|
|
47
|
+
|
|
48
|
+
<PRE class="example">
|
|
49
|
+
7z a a.7z -spm2 n* SomeItem
|
|
50
|
+
</PRE>
|
|
51
|
+
|
|
52
|
+
<P>stores all <SPAN class="filename">n*</SPAN> files and <SPAN class="filename">SomeItem</SPAN>
|
|
53
|
+
file or directory, but doesn't process another directories.</P>
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
<H4>Commands that can be used with this switch</H4>
|
|
57
|
+
|
|
58
|
+
<P>
|
|
59
|
+
<A href="../commands/add.htm">a (Add)</A>,
|
|
60
|
+
<A href="../commands/delete.htm">d (Delete)</A>,
|
|
61
|
+
<A href="../commands/extract.htm">e (Extract)</A>,
|
|
62
|
+
<A href="../commands/hash.htm">h (Hash)</A>,
|
|
63
|
+
<A href="../commands/list.htm">l (List)</A>,
|
|
64
|
+
<A href="../commands/rename.htm">rn (Rename)</A>,
|
|
65
|
+
<A href="../commands/test.htm">t (Test)</A>,
|
|
66
|
+
<A href="../commands/update.htm">u (Update)</A>,
|
|
67
|
+
<A href="../commands/extract_full.htm">x (Extract with full paths)</A>
|
|
68
|
+
</P>
|
|
69
|
+
|
|
70
|
+
</BODY>
|
|
71
|
+
</HTML>
|
|
72
|
+
|
|
@@ -0,0 +1,50 @@
|
|
|
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>-ssc (Set Sensitive Case mode) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-ssc (Set Sensitive Case mode) switch</H1>
|
|
12
|
+
|
|
13
|
+
<P>Sets sensitive case mode for file names.</P>
|
|
14
|
+
|
|
15
|
+
<H4>Syntax</H4>
|
|
16
|
+
|
|
17
|
+
<PRE class="syntax">
|
|
18
|
+
-scs[-]
|
|
19
|
+
</PRE>
|
|
20
|
+
|
|
21
|
+
<TABLE>
|
|
22
|
+
<TR><TH width="80">Switch</TH> <TH>Description</TH></TR>
|
|
23
|
+
<TR><TD>-ssc</TD> <TD>Set case-sensitive mode. It's default for Posix/Linux systems.</TD></TR>
|
|
24
|
+
<TR><TD>-ssc-</TD> <TD>Set case-insensitive mode. It's default for Windows systems.</TD></TR>
|
|
25
|
+
</TABLE>
|
|
26
|
+
|
|
27
|
+
<H4>Example</H4>
|
|
28
|
+
|
|
29
|
+
<PRE class="example">
|
|
30
|
+
7z a archive.7z A*.txt -ssc -r
|
|
31
|
+
</PRE>
|
|
32
|
+
|
|
33
|
+
<P>compresses all <SPAN class="filename">A*.txt</SPAN> files
|
|
34
|
+
from current directory and all it's subdirectories. That command doesn't compress
|
|
35
|
+
<SPAN class="filename">a*.txt</SPAN> files.
|
|
36
|
+
|
|
37
|
+
<H4>Commands that can be used with this switch</H4>
|
|
38
|
+
|
|
39
|
+
<P>
|
|
40
|
+
<A href="../commands/add.htm">a (Add)</A>,
|
|
41
|
+
<A href="../commands/delete.htm">d (Delete)</A>,
|
|
42
|
+
<A href="../commands/extract.htm">e (Extract)</A>,
|
|
43
|
+
<A href="../commands/list.htm">l (List)</A>,
|
|
44
|
+
<A href="../commands/test.htm">t (Test)</A>,
|
|
45
|
+
<A href="../commands/update.htm">u (Update)</A>,
|
|
46
|
+
<A href="../commands/extract_full.htm">x (Extract with full paths)</A>
|
|
47
|
+
</P>
|
|
48
|
+
|
|
49
|
+
</BODY>
|
|
50
|
+
</HTML>
|
|
@@ -0,0 +1,56 @@
|
|
|
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>-si (read data from stdin) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-si (read data from stdin) switch</H1>
|
|
12
|
+
|
|
13
|
+
<P>Causes 7-Zip to read data from stdin (standard input) instead of from disc files.</P>
|
|
14
|
+
|
|
15
|
+
<H4>Syntax</H4>
|
|
16
|
+
|
|
17
|
+
<PRE class="syntax">
|
|
18
|
+
-si{file_name}
|
|
19
|
+
</PRE>
|
|
20
|
+
|
|
21
|
+
<DL>
|
|
22
|
+
<DT>{file_name}</DT>
|
|
23
|
+
<DD>Specifies a name that will be stored in the archive for the compressed data.
|
|
24
|
+
If file_name is not specified, data will be stored without a name.</DD>
|
|
25
|
+
</DL>
|
|
26
|
+
|
|
27
|
+
<P>Note: The current version of 7-Zip support reading of archives from stdin only for xz, lzma, tar, gzip and bzip2 archives.</P>
|
|
28
|
+
|
|
29
|
+
<H4>Examples</H4>
|
|
30
|
+
|
|
31
|
+
<PRE class="example">
|
|
32
|
+
7z a archive.gz -tgzip -siDoc2.txt < Doc.txt
|
|
33
|
+
</PRE>
|
|
34
|
+
|
|
35
|
+
<P>compresses input stream from file Doc.txt to
|
|
36
|
+
<SPAN class="filename">archive.gz</SPAN> archive
|
|
37
|
+
using <SPAN class="filename">Doc2.txt</SPAN> file name.</P>
|
|
38
|
+
|
|
39
|
+
<PRE class="example">
|
|
40
|
+
7z x 7z905.tar.gz -so | 7z x -si -ttar
|
|
41
|
+
</PRE>
|
|
42
|
+
|
|
43
|
+
<P>decompresses <SPAN class="filename">tar.gz</SPAN> archive.</P>
|
|
44
|
+
|
|
45
|
+
<H4>Commands that can be used with this switch</H4>
|
|
46
|
+
|
|
47
|
+
<P>
|
|
48
|
+
<A href="../commands/add.htm">a (Add)</A>,
|
|
49
|
+
<A href="../commands/extract.htm">e (Extract)</A>,
|
|
50
|
+
<A href="../commands/hash.htm">h (Hash)</A>,
|
|
51
|
+
<A href="../commands/update.htm">u (Update)</A>,
|
|
52
|
+
<A href="../commands/extract_full.htm">x (Extract with full paths)</A>
|
|
53
|
+
</P>
|
|
54
|
+
|
|
55
|
+
</BODY>
|
|
56
|
+
</HTML>
|
|
@@ -0,0 +1,54 @@
|
|
|
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>-so (write data to stdout) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-so (write data to stdout) switch</H1>
|
|
12
|
+
|
|
13
|
+
<P>Causes 7-Zip to write output data to stdout (standard output stream).</P>
|
|
14
|
+
|
|
15
|
+
<H4>Syntax</H4>
|
|
16
|
+
|
|
17
|
+
<PRE class="syntax">
|
|
18
|
+
-so
|
|
19
|
+
</PRE>
|
|
20
|
+
|
|
21
|
+
<P>If the -so switch is used with the command that creates archive, it works only
|
|
22
|
+
with some archive formats: xz, gzip, bzip2 and tar.</P>
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
<H4>Examples</H4>
|
|
26
|
+
|
|
27
|
+
<PRE class="example">
|
|
28
|
+
7z x archive.gz -so > Doc.txt
|
|
29
|
+
</PRE>
|
|
30
|
+
|
|
31
|
+
<P>decompresses <SPAN class="filename">archive.gz</SPAN>
|
|
32
|
+
archive to output stream and then redirects that stream to
|
|
33
|
+
<SPAN class="filename">Doc.txt</SPAN> file.</P>
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
<PRE class="example">
|
|
37
|
+
7z a dummy -tgzip -so Doc.txt > archive.gz
|
|
38
|
+
</PRE>
|
|
39
|
+
|
|
40
|
+
<P>compresses the <SPAN class="filename">Doc.txt</SPAN> file to the 7-Zip standard
|
|
41
|
+
output stream and writes that stream to
|
|
42
|
+
<SPAN class="filename">archive.gz</SPAN> file.</P>
|
|
43
|
+
|
|
44
|
+
<H4>Commands that can be used with this switch</H4>
|
|
45
|
+
|
|
46
|
+
<P>
|
|
47
|
+
<A href="../commands/add.htm">a (Add)</A>,
|
|
48
|
+
<A href="../commands/extract.htm">e (Extract)</A>,
|
|
49
|
+
<A href="../commands/update.htm">u (Update)</A>,
|
|
50
|
+
<A href="../commands/extract_full.htm">x (Extract with full paths)</A>
|
|
51
|
+
</P>
|
|
52
|
+
|
|
53
|
+
</BODY>
|
|
54
|
+
</HTML>
|
|
@@ -0,0 +1,39 @@
|
|
|
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>-stl (Set archive timestamp from the most recently modified file) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-stl (Set archive timestamp from the most recently modified file) switch</H1>
|
|
12
|
+
|
|
13
|
+
<H4>Syntax</H4>
|
|
14
|
+
|
|
15
|
+
<PRE class="syntax">
|
|
16
|
+
-stl
|
|
17
|
+
</PRE>
|
|
18
|
+
|
|
19
|
+
<P> If -stl switch is specified, 7-Zip sets timestamp for archive file as
|
|
20
|
+
timestamp from the most recently modified file in that archive.</P>
|
|
21
|
+
|
|
22
|
+
<H4>Examples</H4>
|
|
23
|
+
|
|
24
|
+
<PRE class="example">
|
|
25
|
+
7z u a.7z -stl *.txt
|
|
26
|
+
</PRE>
|
|
27
|
+
|
|
28
|
+
<H4>Commands that can be used with this switch</H4>
|
|
29
|
+
|
|
30
|
+
<P>
|
|
31
|
+
<A href="../commands/add.htm">a (Add)</A>,
|
|
32
|
+
<A href="../commands/delete.htm">d (Delete)</A>,
|
|
33
|
+
<A href="../commands/rename.htm">rn (Rename)</A>,
|
|
34
|
+
<A href="../commands/update.htm">u (Update)</A>
|
|
35
|
+
</P>
|
|
36
|
+
|
|
37
|
+
</BODY>
|
|
38
|
+
</HTML>
|
|
39
|
+
|
|
@@ -0,0 +1,32 @@
|
|
|
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>-- (Stop switches parsing) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-- (Stop switches parsing) switch</H1>
|
|
12
|
+
|
|
13
|
+
<P>Disables switch parsing after "--" on the command line.
|
|
14
|
+
Also it disables parsing of @listfile as list files.
|
|
15
|
+
This is to allow 7-Zip to use file names that start with "-" and "@".
|
|
16
|
+
|
|
17
|
+
<H4>Syntax</H4>
|
|
18
|
+
|
|
19
|
+
<PRE class="syntax">
|
|
20
|
+
--
|
|
21
|
+
</PRE>
|
|
22
|
+
|
|
23
|
+
<H4>Examples</H4>
|
|
24
|
+
|
|
25
|
+
<PRE class="example">
|
|
26
|
+
7z t -- -ArchiveName.7z
|
|
27
|
+
</PRE>
|
|
28
|
+
|
|
29
|
+
<P>tests <SPAN class="filename">-ArchiveName.7z</SPAN> archive.</P>
|
|
30
|
+
|
|
31
|
+
</BODY>
|
|
32
|
+
</HTML>
|
|
@@ -0,0 +1,50 @@
|
|
|
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>-stx (Exclude archive type) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-stx (Exclude archive type) switch</H1>
|
|
12
|
+
|
|
13
|
+
<P>The switch disables the code related to specified archive type and
|
|
14
|
+
an archive can not be open with specified archive type.</P>
|
|
15
|
+
<P>Multiple -stx switches are supported.</P>
|
|
16
|
+
|
|
17
|
+
<H4>Syntax</H4>
|
|
18
|
+
|
|
19
|
+
<PRE class="syntax">
|
|
20
|
+
-stx{archive_type}
|
|
21
|
+
</PRE>
|
|
22
|
+
|
|
23
|
+
<DL>
|
|
24
|
+
<DT>{archive_type}</DT>
|
|
25
|
+
<DD> Specifies the type of archive. It can be: 7z, xz, split, zip, gzip, bzip2, tar, ....
|
|
26
|
+
</DD>
|
|
27
|
+
</DL>
|
|
28
|
+
|
|
29
|
+
<H4>Example</H4>
|
|
30
|
+
|
|
31
|
+
<PRE class="example">
|
|
32
|
+
7z x -stxpe archive.exe
|
|
33
|
+
</PRE>
|
|
34
|
+
|
|
35
|
+
<P>extracts files from <SPAN class="filename">archive.exe</SPAN> archive and doesn't use PE format handler.</P>
|
|
36
|
+
|
|
37
|
+
<H4>Commands that can be used with this switch</H4>
|
|
38
|
+
|
|
39
|
+
<P>
|
|
40
|
+
<A href="../commands/add.htm">a (Add)</A>,
|
|
41
|
+
<A href="../commands/delete.htm">d (Delete)</A>,
|
|
42
|
+
<A href="../commands/extract.htm">e (Extract)</A>,
|
|
43
|
+
<A href="../commands/list.htm">l (List)</A>,
|
|
44
|
+
<A href="../commands/test.htm">t (Test)</A>,
|
|
45
|
+
<A href="../commands/update.htm">u (Update)</A>,
|
|
46
|
+
<A href="../commands/extract_full.htm">x (Extract with full paths)</A>
|
|
47
|
+
</P>
|
|
48
|
+
|
|
49
|
+
</BODY>
|
|
50
|
+
</HTML>
|