OSDN Git Service

1505b7551be08e9f2c34e1352e4540cbbf64f2b3
[sevenzip/7-Zip.git] / chm / cmdline / commands / extract_full.htm
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r
2 <HTML>\r
3 <HEAD>\r
4   <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">\r
5   <TITLE>x (Extract with full paths) command</TITLE>\r
6   <LINK href="style.css" rel="stylesheet" type="text/css">\r
7 </HEAD>\r
8 \r
9 <BODY>\r
10 \r
11 <H1>x (Extract with full paths) command</H1>\r
12 \r
13 <P>Extracts files from an archive with their full\r
14 paths in the current directory, or in an output directory if specified.</P>\r
15 \r
16 <P>See the <A href="extract.htm">e (Extract)</A> command description for more deatails.</P>\r
17 \r
18 <H4>Examples</H4>\r
19 \r
20 <PRE class="example">\r
21 7z x archive.zip\r
22 </PRE>\r
23 \r
24 <P>extracts all files from the archive\r
25     <SPAN class="filename">archive.zip</SPAN> to the current directory.</P>\r
26 \r
27 <PRE class="example">\r
28 7z x archive.zip -oc:\soft *.cpp -r\r
29 </PRE>\r
30 \r
31 <P>extracts all <SPAN class="filename">*.cpp</SPAN> files from the archive\r
32     <SPAN class="filename">archive.zip</SPAN> to <SPAN class="filename">c:\soft</SPAN> folder.</P>\r
33 \r
34 \r
35 <H4>Notes</H4>\r
36 \r
37 <P>7-Zip doesn't uses the system wildcard parser. 7-Zip doesn't\r
38 follow the archaic rule by which *.* means any file. 7-Zip treats\r
39 *.* as matching the name of any file that has an extension. To process \r
40 all files, you must use a * wildcard.</P>\r
41 \r
42 \r
43 <H4>Switches that can be used with this command</H4>\r
44 \r
45 <P>\r
46   <A href="../switches/ar_include.htm">-ai (Include archives)</A><BR>\r
47   <A href="../switches/ar_no.htm">-an (Disable parsing of archive_name)</A><BR>\r
48   <A href="../switches/overwrite.htm">-ao (Overwrite mode)</A><BR>\r
49   <A href="../switches/ar_exclude.htm">-ax (Exclude archives)</A><BR>\r
50   <A href="../switches/include.htm">-i (Include)</A><BR>\r
51   <A href="../switches/output_dir.htm">-o (Set Output Directory)</A><BR>\r
52   <A href="../switches/password.htm">-p (Set Password)</A><BR>\r
53   <A href="../switches/recurse.htm">-r (Recurse)</A><BR>\r
54   <A href="../switches/stdout.htm">-so (use StdOut)</A><BR>\r
55   <A href="../switches/type.htm">-t (Type of archive)</A><BR>\r
56   <A href="../switches/exclude.htm">-x (Exclude)</A><BR>\r
57   <A href="../switches/yes.htm">-y (Assume Yes on all queries)</A>\r
58 </P>\r
59 \r
60 <H4>See also</H4>\r
61 \r
62 <P>\r
63   <B>Commands:</B> \r
64   <A href="extract.htm">e (Extract)</A>\r
65 </P>\r
66 \r
67 </BODY>\r
68 </HTML>\r