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,53 @@
|
|
|
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>-o (set Output directory) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-o (set Output directory) switch</H1>
|
|
12
|
+
|
|
13
|
+
<P>Specifies a destination directory where files are to be extracted.</P>
|
|
14
|
+
<P>This switch can be used only with extraction commands.</P>
|
|
15
|
+
|
|
16
|
+
<H4>Syntax</H4>
|
|
17
|
+
|
|
18
|
+
<PRE class="syntax">
|
|
19
|
+
-o{dir_path}
|
|
20
|
+
</PRE>
|
|
21
|
+
|
|
22
|
+
<DL>
|
|
23
|
+
<DT>{dir_path}</DT>
|
|
24
|
+
<DD>This is the destination directory path. It's not required to end with a backslash.
|
|
25
|
+
If you specify <B>*</B> in {dir_path}, 7-Zip substitutes that * character to archive name.</DD>
|
|
26
|
+
</DL>
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
<H4>Example</H4>
|
|
30
|
+
|
|
31
|
+
<PRE class="example">
|
|
32
|
+
7z x archive.zip -oc:\Doc
|
|
33
|
+
</PRE>
|
|
34
|
+
|
|
35
|
+
<P>extracts all files from the <SPAN class="filename">archive.zip</SPAN> archive
|
|
36
|
+
to the <SPAN class="filename">c:\Doc</SPAN> directory.</P>
|
|
37
|
+
|
|
38
|
+
<PRE class="example">
|
|
39
|
+
7z x *.zip -o*
|
|
40
|
+
</PRE>
|
|
41
|
+
|
|
42
|
+
<P>extracts all <SPAN class="filename">*.zip</SPAN> archives to subfolders
|
|
43
|
+
with names of these archives.</P>
|
|
44
|
+
|
|
45
|
+
<H4>Commands that can be used with this switch</H4>
|
|
46
|
+
|
|
47
|
+
<P>
|
|
48
|
+
<A href="../commands/extract.htm">e (Extract)</A>,
|
|
49
|
+
<A href="../commands/extract_full.htm">x (Extract with full paths)</A>
|
|
50
|
+
</P>
|
|
51
|
+
|
|
52
|
+
</BODY>
|
|
53
|
+
</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>-ao (Overwrite mode) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-ao (Overwrite mode) switch</H1>
|
|
12
|
+
|
|
13
|
+
<P>Specifies the overwrite mode during extraction, to overwrite files already present on disk.</P>
|
|
14
|
+
|
|
15
|
+
<H4>Syntax</H4>
|
|
16
|
+
|
|
17
|
+
<PRE class="syntax">
|
|
18
|
+
-ao[a | s | t | u ]
|
|
19
|
+
</PRE>
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
<TABLE>
|
|
23
|
+
<TR> <TH width="80">Switch</TH> <TH>Description</TH> </TR>
|
|
24
|
+
<TR> <TD>-aoa</TD> <TD>Overwrite All existing files without prompt.</TD> </TR>
|
|
25
|
+
<TR> <TD>-aos</TD> <TD>Skip extracting of existing files.</TD> </TR>
|
|
26
|
+
<TR> <TD>-aou</TD> <TD>aUto rename extracting file (for example, name.txt will
|
|
27
|
+
be renamed to name_1.txt).</TD> </TR>
|
|
28
|
+
<TR> <TD>-aot</TD> <TD>auto rename existing file (for example, name.txt will
|
|
29
|
+
be renamed to name_1.txt).</TD> </TR>
|
|
30
|
+
</TABLE>
|
|
31
|
+
|
|
32
|
+
<H4>Examples</H4>
|
|
33
|
+
|
|
34
|
+
<PRE class="example">
|
|
35
|
+
7z x test.zip -aoa
|
|
36
|
+
</PRE>
|
|
37
|
+
|
|
38
|
+
<P>extracts all files from <SPAN class="filename">test.zip</SPAN> archive and overwrites
|
|
39
|
+
existing files without any prompt.</P>
|
|
40
|
+
|
|
41
|
+
<H4>Commands that can be used with this switch</H4>
|
|
42
|
+
|
|
43
|
+
<P>
|
|
44
|
+
<A href="../commands/extract.htm">e (Extract)</A>,
|
|
45
|
+
<A href="../commands/extract_full.htm">x (Extract with full paths)</A>
|
|
46
|
+
</P>
|
|
47
|
+
|
|
48
|
+
<H4>See also</H4>
|
|
49
|
+
|
|
50
|
+
<P>
|
|
51
|
+
<B>Switches:</B>
|
|
52
|
+
<A href="yes.htm">-y (assume Yes on all queries)</A>,
|
|
53
|
+
</P>
|
|
54
|
+
|
|
55
|
+
</BODY>
|
|
56
|
+
</HTML>
|
|
@@ -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>-p (set Password) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-p (set Password) switch</H1>
|
|
12
|
+
|
|
13
|
+
<P>Specifies password.</P>
|
|
14
|
+
|
|
15
|
+
<H4>Syntax</H4>
|
|
16
|
+
|
|
17
|
+
<PRE class="syntax">
|
|
18
|
+
-p{password}
|
|
19
|
+
</PRE>
|
|
20
|
+
|
|
21
|
+
<DL>
|
|
22
|
+
<DT>{password}</DT>
|
|
23
|
+
<DD>Specifies password.</DD>
|
|
24
|
+
</DL>
|
|
25
|
+
|
|
26
|
+
<P>If a password is specified, and if the command creates or updates some archive (zip or 7z archive),
|
|
27
|
+
7-Zip will encrypt the data of the files in archive. But metadata (file names, file sizes,
|
|
28
|
+
timestamps and other headers) will be stored without encryption,
|
|
29
|
+
unless the additional switch -mhe is specified.
|
|
30
|
+
If you want to encrypt both the data and the file names in a 7z archive,
|
|
31
|
+
you must specify two switches: -p{password} and -mhe.</P>
|
|
32
|
+
|
|
33
|
+
<P>Note: 7-Zip doesn't support encryption of metadata (file names) for zip archives.</P>
|
|
34
|
+
|
|
35
|
+
<P>If -p switch is used without a password, 7-zip will prompt for a password during execution.</P>
|
|
36
|
+
|
|
37
|
+
<H4>Examples</H4>
|
|
38
|
+
|
|
39
|
+
<PRE class="example">
|
|
40
|
+
7z a -psecret archive.7z *.txt
|
|
41
|
+
</PRE>
|
|
42
|
+
<P>compresses <SPAN class="filename">*.txt</SPAN> files
|
|
43
|
+
to <SPAN class="filename">archive.7z</SPAN> using password "secret".
|
|
44
|
+
File data will be encrypted, but file names will be stored without encryption.
|
|
45
|
+
</P>
|
|
46
|
+
|
|
47
|
+
<PRE class="example">
|
|
48
|
+
7z a -psecret -mhe archive.7z *.txt
|
|
49
|
+
</PRE>
|
|
50
|
+
<P>compresses <SPAN class="filename">*.txt</SPAN> files
|
|
51
|
+
to <SPAN class="filename">archive.7z</SPAN> using password "secret".
|
|
52
|
+
File data and file names will be encrypted.
|
|
53
|
+
</P>
|
|
54
|
+
|
|
55
|
+
<PRE class="example">
|
|
56
|
+
7z x -psecret archive.zip
|
|
57
|
+
</PRE>
|
|
58
|
+
<P>extracts all files from <SPAN class="filename">archive.zip</SPAN> using password "secret".</P>
|
|
59
|
+
|
|
60
|
+
<H4>Commands that can be used with this switch</H4>
|
|
61
|
+
|
|
62
|
+
<P>
|
|
63
|
+
<A href="../commands/add.htm">a (Add)</A>,
|
|
64
|
+
<A href="../commands/delete.htm">d (Delete)</A>,
|
|
65
|
+
<A href="../commands/extract.htm">e (Extract)</A>,
|
|
66
|
+
<A href="../commands/rename.htm">rn (Rename)</A>,
|
|
67
|
+
<A href="../commands/test.htm">t (Test)</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="method.htm#HeaderEncrypt">-mhe (Enables or disables archive header encryption)</A>
|
|
77
|
+
</P>
|
|
78
|
+
|
|
79
|
+
</BODY>
|
|
80
|
+
</HTML>
|
|
@@ -0,0 +1,104 @@
|
|
|
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>-r (Recurse subdirectories) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-r (Recursive subdirectories for name search) switch</H1>
|
|
12
|
+
|
|
13
|
+
<P>Specifies the method of recursive search for items that
|
|
14
|
+
match to wildcard of filename specified on the command line.</P>
|
|
15
|
+
|
|
16
|
+
<P>Note: The -r (-r-) switch rules affect only searching phase of item
|
|
17
|
+
(file or directory) with specified names.
|
|
18
|
+
And if the directory is found for processing, 7-Zip will process also all
|
|
19
|
+
subdirectories and all files of that directory and files of subdirectories,
|
|
20
|
+
even if the search recursion is switched off with "-r-" switch.
|
|
21
|
+
</P>
|
|
22
|
+
|
|
23
|
+
<H4>Syntax</H4>
|
|
24
|
+
|
|
25
|
+
<PRE class="syntax">
|
|
26
|
+
-r[- | 0]
|
|
27
|
+
</PRE>
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
<TABLE>
|
|
31
|
+
<TR><TH width="80">Switch</TH> <TH>Description</TH></TR>
|
|
32
|
+
<TR><TD>-r</TD> <TD>Enable recurse subdirectories for item search.</TD></TR>
|
|
33
|
+
<TR><TD>-r-</TD> <TD>Disable recurse subdirectories for item search. This option is default for all commands.</TD></TR>
|
|
34
|
+
<TR><TD>-r0</TD> <TD>Enable recurse subdirectories for item search only for wildcard names.</TD></TR>
|
|
35
|
+
</TABLE>
|
|
36
|
+
|
|
37
|
+
<H4>Examples</H4>
|
|
38
|
+
|
|
39
|
+
<PRE class="example">
|
|
40
|
+
7z l archive.zip *.doc -r-
|
|
41
|
+
</PRE>
|
|
42
|
+
|
|
43
|
+
<P>lists all <SPAN class="filename">*.doc</SPAN> files
|
|
44
|
+
that belong to the archived root directory
|
|
45
|
+
in the <SPAN class="filename">archive.zip</SPAN> archive.
|
|
46
|
+
</P>
|
|
47
|
+
|
|
48
|
+
<br>
|
|
49
|
+
|
|
50
|
+
<PRE class="example">
|
|
51
|
+
7z a -tzip archive.zip -r src\*.cpp src\*.h
|
|
52
|
+
</PRE>
|
|
53
|
+
|
|
54
|
+
<P>adds all <SPAN class="filename">*.cpp</SPAN> and <SPAN class="filename">*.h</SPAN>
|
|
55
|
+
files from directory <SPAN class="filename">src</SPAN> and all it's subdirectories
|
|
56
|
+
to the <SPAN class="filename">archive.zip</SPAN> archive.</P>
|
|
57
|
+
|
|
58
|
+
<br>
|
|
59
|
+
|
|
60
|
+
<PRE class="example">
|
|
61
|
+
7z a archive.7z folder1\
|
|
62
|
+
</PRE>
|
|
63
|
+
or
|
|
64
|
+
<PRE class="example">
|
|
65
|
+
7z a archive.7z -r- folder1\
|
|
66
|
+
</PRE>
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
<P>adds all files from directory <SPAN class="filename">folder1</SPAN> and all it's subdirectories
|
|
70
|
+
to the <SPAN class="filename">archive.7z</SPAN> archive.</P>
|
|
71
|
+
|
|
72
|
+
<br>
|
|
73
|
+
|
|
74
|
+
<PRE class="example">
|
|
75
|
+
7z a archive.7z -r folder2\
|
|
76
|
+
</PRE>
|
|
77
|
+
|
|
78
|
+
<P>searches all <SPAN class="filename">folder2</SPAN> directories in all subdirectories,
|
|
79
|
+
and adds them (including all subdirectories) to the <SPAN class="filename">archive.7z</SPAN> archive.</P>
|
|
80
|
+
|
|
81
|
+
<H4>Commands that can be used with this switch</H4>
|
|
82
|
+
|
|
83
|
+
<P>
|
|
84
|
+
<A href="../commands/add.htm">a (Add)</A>,
|
|
85
|
+
<A href="../commands/delete.htm">d (Delete)</A>,
|
|
86
|
+
<A href="../commands/extract.htm">e (Extract)</A>,
|
|
87
|
+
<A href="../commands/hash.htm">h (Hash)</A>,
|
|
88
|
+
<A href="../commands/list.htm">l (List)</A>,
|
|
89
|
+
<A href="../commands/rename.htm">rn (Rename)</A>,
|
|
90
|
+
<A href="../commands/test.htm">t (Test)</A>,
|
|
91
|
+
<A href="../commands/update.htm">u (Update)</A>,
|
|
92
|
+
<A href="../commands/extract_full.htm">x (Extract with full paths)</A>
|
|
93
|
+
</P>
|
|
94
|
+
|
|
95
|
+
<H4>See also</H4>
|
|
96
|
+
|
|
97
|
+
<P>
|
|
98
|
+
<B>Switches:</B>
|
|
99
|
+
<A href="include.htm">-i (Include)</A>,
|
|
100
|
+
<A href="exclude.htm">-x (Exclude)</A>
|
|
101
|
+
</P>
|
|
102
|
+
|
|
103
|
+
</BODY>
|
|
104
|
+
</HTML>
|
|
@@ -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>-sa (set Archive name mode) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-sa (set Archive name mode) switch</H1>
|
|
12
|
+
|
|
13
|
+
<P>Specifies Archive name mode.</P>
|
|
14
|
+
|
|
15
|
+
<H4>Syntax</H4>
|
|
16
|
+
|
|
17
|
+
<PRE class="syntax">
|
|
18
|
+
-sa[a | e | s]
|
|
19
|
+
</PRE>
|
|
20
|
+
|
|
21
|
+
<TABLE>
|
|
22
|
+
<TR> <TH width="80"> Switch </TH> <TH> Description </TH> </TR>
|
|
23
|
+
<TR> <TD> -saa </TD> <TD> Always add archive type extension. </TD> </TR>
|
|
24
|
+
<TR> <TD> -sae </TD> <TD> Use exact name specified in command. </TD> </TR>
|
|
25
|
+
<TR> <TD> -sas </TD> <TD> Add extension only if specified name has no extension.
|
|
26
|
+
It's default option.</TD> </TR>
|
|
27
|
+
</TABLE>
|
|
28
|
+
|
|
29
|
+
<H4>Examples</H4>
|
|
30
|
+
|
|
31
|
+
<PRE class="example">
|
|
32
|
+
7z a arc 1.txt
|
|
33
|
+
</PRE>
|
|
34
|
+
<P>creates <SPAN class="filename">arc.7z</SPAN></P>
|
|
35
|
+
|
|
36
|
+
<PRE class="example">
|
|
37
|
+
7z a arc.spec 1.txt
|
|
38
|
+
</PRE>
|
|
39
|
+
<P>creates <SPAN class="filename">arc.spec</SPAN></P>
|
|
40
|
+
|
|
41
|
+
<PRE class="example">
|
|
42
|
+
7z a arc 1.txt -sae
|
|
43
|
+
</PRE>
|
|
44
|
+
<P>creates <SPAN class="filename">arc</SPAN></P>
|
|
45
|
+
|
|
46
|
+
<PRE class="example">
|
|
47
|
+
7z a file.pdf file.pdf -saa -tzip
|
|
48
|
+
</PRE>
|
|
49
|
+
<P>creates <SPAN class="filename">file.pdf.zip</SPAN></P>
|
|
50
|
+
|
|
51
|
+
<H4>Commands that can be used with this switch</H4>
|
|
52
|
+
|
|
53
|
+
<P>
|
|
54
|
+
<A href="../commands/add.htm">a (Add)</A>,
|
|
55
|
+
</P>
|
|
56
|
+
|
|
57
|
+
</BODY>
|
|
58
|
+
</HTML>
|
|
@@ -0,0 +1,42 @@
|
|
|
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>-scc (Set charset for console input/output) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-scc (Set charset for console input/output) switch</H1>
|
|
12
|
+
|
|
13
|
+
<P>Sets charset for for console input/output.</P>
|
|
14
|
+
|
|
15
|
+
<H4>Syntax</H4>
|
|
16
|
+
|
|
17
|
+
<PRE class="syntax">
|
|
18
|
+
-scc{UTF-8 | WIN | DOS}
|
|
19
|
+
</PRE>
|
|
20
|
+
|
|
21
|
+
<P>Default charset is DOS.</P>
|
|
22
|
+
|
|
23
|
+
<DL>
|
|
24
|
+
<DT>UTF-8</DT>
|
|
25
|
+
<DD>Unicode UTF-8 character set.</DD>
|
|
26
|
+
<DT>WIN</DT>
|
|
27
|
+
<DD>Default character set of Windows.</DD>
|
|
28
|
+
<DT>DOS</DT>
|
|
29
|
+
<DD>DOS (OEM) character set of Windows.</DD>
|
|
30
|
+
</DL>
|
|
31
|
+
|
|
32
|
+
<H4>Example</H4>
|
|
33
|
+
|
|
34
|
+
<PRE class="example">
|
|
35
|
+
7z l archive.7z -sccUTF-8
|
|
36
|
+
</PRE>
|
|
37
|
+
|
|
38
|
+
<P>lists files from <SPAN class="filename">archive.7z</SPAN> in UTF-8 encoding.</P>
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
</BODY>
|
|
42
|
+
</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>-scrc (Set hash function) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-scrc (Set hash function) switch</H1>
|
|
12
|
+
|
|
13
|
+
<P>Sets hash function for "extract" and "hash" commands.</P>
|
|
14
|
+
|
|
15
|
+
<H4>Syntax</H4>
|
|
16
|
+
|
|
17
|
+
<PRE class="syntax">
|
|
18
|
+
[-scrc{Method}]
|
|
19
|
+
</PRE>
|
|
20
|
+
|
|
21
|
+
<P>Supported methods: CRC32, CRC64, XXH64, MD5, SHA1, SHA256, SHA3-256, SHA384, SHA512, BLAKE2sp, *. Default method is CRC32.</P>
|
|
22
|
+
|
|
23
|
+
<H4>Examples</H4>
|
|
24
|
+
|
|
25
|
+
<PRE class="example">
|
|
26
|
+
7z t -scrcSHA256 archive.gz
|
|
27
|
+
</PRE>
|
|
28
|
+
|
|
29
|
+
<P>tests archive <SPAN class="filename">archive.gz</SPAN> and calculated SHA-256 for decompressed data.</P>
|
|
30
|
+
|
|
31
|
+
<PRE class="example">
|
|
32
|
+
7z h -scrcsha1 *.iso
|
|
33
|
+
</PRE>
|
|
34
|
+
|
|
35
|
+
<P>calculates SHA-1 for <SPAN class="filename">*.iso</SPAN> files.</P>
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
<PRE class="example">
|
|
39
|
+
7z h -scrc* file.iso
|
|
40
|
+
</PRE>
|
|
41
|
+
|
|
42
|
+
<P>calculates hash values for <SPAN class="filename">file.iso</SPAN> file.</P>
|
|
43
|
+
|
|
44
|
+
<H4>Commands that can be used with this switch</H4>
|
|
45
|
+
|
|
46
|
+
<P>
|
|
47
|
+
<A href="../commands/hash.htm">h (Hash)</A>,
|
|
48
|
+
<A href="../commands/extract.htm">e (Extract)</A>,
|
|
49
|
+
<A href="../commands/extract_full.htm">x (Extract with full paths)</A>,
|
|
50
|
+
<A href="../commands/test.htm">t (Test)</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>-sdel (Delete files after including to archive) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-sdel (Delete files after compression) switch</H1>
|
|
12
|
+
|
|
13
|
+
<H4>Syntax</H4>
|
|
14
|
+
|
|
15
|
+
<PRE class="syntax">
|
|
16
|
+
-sdel
|
|
17
|
+
</PRE>
|
|
18
|
+
|
|
19
|
+
<P> If -sdel switch is specified, 7-Zip deletes files
|
|
20
|
+
after including to archive. So it works like moving files to archive.</P>
|
|
21
|
+
7-Zip deletes files at the end of operation and only if archive was successfully created.</P>
|
|
22
|
+
|
|
23
|
+
<H4>Examples</H4>
|
|
24
|
+
|
|
25
|
+
<PRE class="example">
|
|
26
|
+
7z a a.7z *.txt -sdel
|
|
27
|
+
</PRE>
|
|
28
|
+
|
|
29
|
+
<P>moves <SPAN class="filename">txt</SPAN> files from disk's directory to a.7z archive.</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
|
+
</P>
|
|
36
|
+
|
|
37
|
+
</BODY>
|
|
38
|
+
</HTML>
|
|
39
|
+
|
|
@@ -0,0 +1,154 @@
|
|
|
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>-sfx (Create SFX archive) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-sfx (Create SFX archive) switch</H1>
|
|
12
|
+
|
|
13
|
+
<P>Creates self extracting archive.</P>
|
|
14
|
+
|
|
15
|
+
<H4>Syntax</H4>
|
|
16
|
+
|
|
17
|
+
<PRE class="syntax">
|
|
18
|
+
-sfx[<A class="parameter" href="#SFX_Module">{SFX_Module}</A>]
|
|
19
|
+
</PRE>
|
|
20
|
+
|
|
21
|
+
<DL>
|
|
22
|
+
<DT><A name="SFX_Module"></A>{SFX_Module}</DT>
|
|
23
|
+
<DD>
|
|
24
|
+
<P>Specifies the SFX module that will be combined with the archive.
|
|
25
|
+
This module must be placed in the same directory as the 7z.exe.
|
|
26
|
+
If {SFX_Module} is not assigned, 7-Zip will use standard console
|
|
27
|
+
SFX module 7zCon.sfx.</P>
|
|
28
|
+
<TABLE>
|
|
29
|
+
<TR> <TH width="60">SFX_Module</TH> <TH>Description</TH> </TR>
|
|
30
|
+
<TR> <TD> 7z.sfx </TD> <TD> SFX module (GUI version) </TD> </TR>
|
|
31
|
+
<TR> <TD> 7zCon.sfx </TD> <TD> SFX module (Console version) </TD> </TR>
|
|
32
|
+
<TR> <TD> 7zSD.sfx </TD> <TD> SFX module for installers (GUI version) </TD> </TR>
|
|
33
|
+
<TR> <TD> 7zS2.sfx </TD> <TD> small SFX module for installers (GUI version) </TD> </TR>
|
|
34
|
+
<TR> <TD> 7zS2con.sfx</TD> <TD> small SFX module for installers (Console version) </TD> </TR>
|
|
35
|
+
</TABLE>
|
|
36
|
+
</DD>
|
|
37
|
+
</DL>
|
|
38
|
+
|
|
39
|
+
<P>SFX module can unpack 7z archive or 7z multivolume archive. For example,
|
|
40
|
+
if you have name.7z or name.7z.001 archive, just rename sfx muldule to name.exe and place
|
|
41
|
+
to same folder with archive.</P>
|
|
42
|
+
|
|
43
|
+
<H4>SFX modules for installers</H4>
|
|
44
|
+
|
|
45
|
+
<P>SFX modules for installers are included in an external package (LZMA SDK).
|
|
46
|
+
You can download these modules from www.7-zip.org.
|
|
47
|
+
SFX module for installers (7zSD.sfx) allow you to create your own installation program.
|
|
48
|
+
Such a module extracts the archive to the user's temp folder, and runs a specified program,
|
|
49
|
+
and removes the temp files after the program finishes.
|
|
50
|
+
A self-extracting archive for installers must be created as joining the following files:
|
|
51
|
+
SFX_Module, Installer_Config (optional), 7z_Archive.
|
|
52
|
+
You can use the following command to create an installer self-extracting archive:</P>
|
|
53
|
+
<PRE class="example">
|
|
54
|
+
copy /b 7zSD.sfx + config.txt + archive.7z archive.exe
|
|
55
|
+
</PRE>
|
|
56
|
+
|
|
57
|
+
<P>An optimally small installation package size can be achieved,
|
|
58
|
+
if the installation files are uncompressed before including them in the 7z archive.</P>
|
|
59
|
+
|
|
60
|
+
<P><SPAN class="filename">-y</SPAN> switch for installer module specifies quiet mode extraction.</P>
|
|
61
|
+
|
|
62
|
+
<H4>Installer Config file format</H4>
|
|
63
|
+
<P>
|
|
64
|
+
This config file contains commands for the Installer. The file begins with the string
|
|
65
|
+
<B>;!@Install@!UTF-8!</B> and ends with <B>;!@InstallEnd@!</B>.
|
|
66
|
+
The file must be written in UTF-8 encoding.
|
|
67
|
+
The file contains any or all these string pairs:
|
|
68
|
+
<P>ID_String="Value"</P>
|
|
69
|
+
<P>
|
|
70
|
+
<TABLE>
|
|
71
|
+
<TR> <TH width="60">ID_String</TH> <TH>Description</TH> </TR>
|
|
72
|
+
<TR> <TD>Title</TD> <TD>Title for messages</TD> </TR>
|
|
73
|
+
<TR> <TD>BeginPrompt</TD> <TD>Begin Prompt message</TD> </TR>
|
|
74
|
+
<TR> <TD>Progress</TD> <TD>Value can be "yes" or "no". Default value is "yes".</TD> </TR>
|
|
75
|
+
<TR> <TD>RunProgram</TD> <TD>Command for executing. Default value is "setup.exe". Substring <B>%%T</B>
|
|
76
|
+
will be replaced with path to temporary folder, where files were extracted</TD> </TR>
|
|
77
|
+
<TR> <TD>Directory</TD> <TD>Directory prefix for "RunProgram". Default value is ".\\"</TD> </TR>
|
|
78
|
+
<TR> <TD>ExecuteFile</TD> <TD>Name of file for executing</TD> </TR>
|
|
79
|
+
<TR> <TD>ExecuteParameters</TD> <TD>Parameters for "ExecuteFile"</TD> </TR>
|
|
80
|
+
</TABLE>
|
|
81
|
+
</P>
|
|
82
|
+
<P>You may omit any pair.</P>
|
|
83
|
+
|
|
84
|
+
<P>There are two ways to run a installation program: <B>RunProgram</B> and <B>ExecuteFile</B>.
|
|
85
|
+
Use <B>RunProgram</B>, if you want to run a program from the .7z archive.
|
|
86
|
+
Use <B>ExecuteFile</B>, if you want to open a document from the .7z archive, or
|
|
87
|
+
if you want to execute a command from Windows.</P>
|
|
88
|
+
|
|
89
|
+
<P>If you use <B>RunProgram</B>, and if you specify empty directory prefix: <B>Directory</B>="",
|
|
90
|
+
the system searches for the executable file in the following sequence:</P>
|
|
91
|
+
<OL>
|
|
92
|
+
<LI>The directory from which the application (installer) loaded.
|
|
93
|
+
<LI>The temporary folder, where files were extracted.
|
|
94
|
+
<LI>The Windows system directory.
|
|
95
|
+
</OL>
|
|
96
|
+
|
|
97
|
+
<H4>Config file Examples</H4>
|
|
98
|
+
|
|
99
|
+
<PRE class="example">
|
|
100
|
+
;!@Install@!UTF-8!
|
|
101
|
+
Title="7-Zip 4.00"
|
|
102
|
+
BeginPrompt="Do you want to install the 7-Zip 4.00?"
|
|
103
|
+
RunProgram="setup.exe"
|
|
104
|
+
;!@InstallEnd@!
|
|
105
|
+
</PRE>
|
|
106
|
+
|
|
107
|
+
<BR>
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
<PRE class="example">
|
|
111
|
+
;!@Install@!UTF-8!
|
|
112
|
+
Title="7-Zip 4.00"
|
|
113
|
+
BeginPrompt="Do you want to install the 7-Zip 4.00?"
|
|
114
|
+
ExecuteFile="7zip.msi"
|
|
115
|
+
;!@InstallEnd@!
|
|
116
|
+
</PRE>
|
|
117
|
+
|
|
118
|
+
<BR>
|
|
119
|
+
|
|
120
|
+
<PRE class="example">
|
|
121
|
+
;!@Install@!UTF-8!
|
|
122
|
+
Title="7-Zip 4.01 Update"
|
|
123
|
+
BeginPrompt="Do you want to install the 7-Zip 4.01 Update?"
|
|
124
|
+
ExecuteFile="msiexec.exe"
|
|
125
|
+
ExecuteParameters="/i 7zip.msi REINSTALL=ALL REINSTALLMODE=vomus"
|
|
126
|
+
;!@InstallEnd@!
|
|
127
|
+
</PRE>
|
|
128
|
+
|
|
129
|
+
<H4>Examples</H4>
|
|
130
|
+
|
|
131
|
+
<PRE class="example">
|
|
132
|
+
7z a -sfx a.exe *.txt
|
|
133
|
+
</PRE>
|
|
134
|
+
|
|
135
|
+
<P>adds <SPAN class="filename">*.txt</SPAN> files to self extracting
|
|
136
|
+
archive <SPAN class="filename">a.exe</SPAN> using the default console SFX module.</P>
|
|
137
|
+
|
|
138
|
+
<PRE class="example">
|
|
139
|
+
7z a -sfx7z.sfx a.exe *
|
|
140
|
+
</PRE>
|
|
141
|
+
|
|
142
|
+
<P>adds all files to self extracting archive <SPAN class="filename">a.exe</SPAN>
|
|
143
|
+
with module <SPAN class="filename">7z.sfx</SPAN> using windows version of SFX mudule.</P>
|
|
144
|
+
|
|
145
|
+
<H4>Commands that can be used with this switch</H4>
|
|
146
|
+
|
|
147
|
+
<P>
|
|
148
|
+
<A href="../commands/add.htm">a (Add)</A>,
|
|
149
|
+
<A href="../commands/delete.htm">d (Delete)</A>,
|
|
150
|
+
<A href="../commands/update.htm">u (Update)</A>,
|
|
151
|
+
</P>
|
|
152
|
+
|
|
153
|
+
</BODY>
|
|
154
|
+
</HTML>
|