OSDN Git Service

move chm dir
[sevenzip/7-Zip.git] / sevenzip.sourceforge.jp / chm / cmdline / switches / include.htm
diff --git a/sevenzip.sourceforge.jp/chm/cmdline/switches/include.htm b/sevenzip.sourceforge.jp/chm/cmdline/switches/include.htm
new file mode 100644 (file)
index 0000000..1df87b1
--- /dev/null
@@ -0,0 +1,87 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r
+<HTML>\r
+<HEAD>\r
+  <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">\r
+  <TITLE>-i (Include filenames) switch</TITLE>\r
+  <LINK href="style.css" rel="stylesheet" type="text/css">\r
+</HEAD>\r
+\r
+<BODY>\r
+\r
+<H1>-i (Include filenames) switch</H1>\r
+\r
+<P>Specifies additional include filenames and wildcards.</P>\r
+<P>Multiple include switches are supported.</P>\r
+\r
+<H4>Syntax</H4>\r
+\r
+<PRE class="syntax">\r
+-i[<A class="parameter" href="#recurse_type">&lt;recurse_type></A>]<A class="parameter" href="#file_ref">&lt;file_ref></A>\r
+\r
+<A class="parameter" href="#recurse_type">&lt;recurse_type></A> ::= r[- | 0]\r
+<A class="parameter" href="#file_ref">&lt;file_ref></A> ::= @{listfile} | !{wildcard}\r
+</PRE>\r
+\r
+<H4>Parameters</H4>\r
+\r
+<DL>\r
+  <DT><A name="recurse_type"></A>&lt;recurse_type></DT>\r
+  <DD><P>Specifies how wildcards and file names in this switch must\r
+         be used. If this option is not given, then the global value, assigned\r
+         by the <A href="recurse.htm">-r (Recurse)</A> switch will be used. For\r
+         more details see specification of the\r
+         <A href="recurse.htm">-r (Recurse)</A> switch.</P>\r
+<PRE class="syntax">\r
+&lt;recurse_type> ::= r[- | 0]\r
+</PRE>\r
+\r
+ </DD>\r
+ <DT><A name="file_ref"></A>&lt;file_ref></DT>\r
+ <DD>\r
+   <P>Specifies filenames and wildcards, or a list file, for files to be processed.</P>\r
+<PRE class="syntax">\r
+&lt;file_ref> ::= @{listfile} | !{wildcard}\r
+</PRE>\r
+   <TABLE>\r
+     <TR> <TH width="120">Option</TH> <TH>Description</TH> </TR>\r
+     <TR> <TD>{listfile}</TD> <TD>Specifies name of list file. See\r
+                  <A href = ../syntax.htm#ListFile>List file</A> description.</TD> </TR>\r
+     <TR> <TD>{wildcard}</TD> <TD>Specifies wildcard or filename.</TD> </TR>\r
+   </TABLE>\r
+ </DD>\r
+</DL>\r
+\r
+<H4>Examples</H4>\r
+\r
+<PRE class="example">\r
+7z a -tzip src.zip *.txt -ir!DIR1\*.cpp\r
+</PRE>\r
+\r
+<P>adds to <SPAN class="filename">src.zip</SPAN> archive all\r
+  <SPAN class="filename">*.txt</SPAN> files from current directory\r
+  and all <SPAN class="filename">*.cpp</SPAN>\r
+  files from directory <SPAN class="filename">DIR1</SPAN>\r
+  and from all it's subdirectories.</P>\r
+\r
+<H4>Commands that can be used with this switch</H4>\r
+\r
+<P>\r
+  <A href="../commands/add.htm">a (Add)</A>,\r
+  <A href="../commands/delete.htm">d (Delete)</A>,\r
+  <A href="../commands/extract.htm">e (Extract)</A>,\r
+  <A href="../commands/list.htm">l (List)</A>,\r
+  <A href="../commands/test.htm">t (Test)</A>,\r
+  <A href="../commands/update.htm">u (Update)</A>,\r
+  <A href="../commands/extract_full.htm">x (Extract with full paths)</A>\r
+</P>\r
+\r
+<H4>See also</H4>\r
+\r
+<P>\r
+  <B>Switches:</B>\r
+  <A href="recurse.htm">-r (Recurse)</A>,\r
+  <A href="exclude.htm">-x (Exclude)</A>\r
+</P>\r
+\r
+</BODY>\r
+</HTML>\r