OSDN Git Service

1f33c0ac4d3863bfb10d1e67a7cb6868be3bf609
[sevenzip/7-Zip.git] / chm / cmdline / switches / overwrite.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>-ao (Overwrite mode) switch</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>-ao (Overwrite mode) switch</H1>\r
12 \r
13 <P>Specifies the overwrite mode during extraction, to overwrite files already present on disk.</P>\r
14 \r
15 <H4>Syntax</H4>\r
16 \r
17 <PRE class="syntax">\r
18 -ao[a | s | t | u ]\r
19 </PRE>\r
20 \r
21 \r
22 <TABLE>\r
23   <TR> <TH width="80">Switch</TH> <TH>Description</TH> </TR>\r
24   <TR> <TD>-aoa</TD> <TD>Overwrite All existing files without prompt.</TD> </TR>\r
25   <TR> <TD>-aos</TD> <TD>Skip extracting of existing files.</TD> </TR>\r
26   <TR> <TD>-aou</TD> <TD>aUto rename extracting file (for example, name.txt will \r
27       be renamed to name_1.txt).</TD> </TR>\r
28   <TR> <TD>-aot</TD> <TD>auto rename existing file (for example, name.txt will \r
29       be renamed to name_1.txt).</TD> </TR>\r
30 </TABLE>\r
31 \r
32 <H4>Examples</H4>\r
33 \r
34 <PRE class="example">\r
35 7z x test.zip -aoa\r
36 </PRE>\r
37 \r
38 <P>extracts all files from <SPAN class="filename">test.zip</SPAN> archive and overwrites\r
39 existing files without any prompt.</P>\r
40 \r
41 <H4>Commands that can be used with this switch</H4>\r
42 \r
43 <P>\r
44   <A href="../commands/extract.htm">e (Extract)</A>,\r
45   <A href="../commands/extract_full.htm">x (Extract with full paths)</A>\r
46 </P>\r
47 \r
48 <H4>See also</H4>\r
49 \r
50 <P>\r
51   <B>Switches:</B>\r
52   <A href="yes.htm">-y (assume Yes on all queries)</A>,\r
53 </P>\r
54 \r
55 </BODY>\r
56 </HTML>\r