source: main/trunk/release-kits/shared/mac/p7z-essentials/DOCS/MANUAL/switches/overwrite.htm@ 30095

Last change on this file since 30095 was 30095, checked in by ak19, 9 years ago

We've decided to include a JRE for Mac Greenstone binaries, since later versions of Macs (like Yosemite) do not come with Java. Adding the generated jre 1.7.0_79 self-extracting binary and its related p7z component. Jeremy had long ago compiled up the p7z-essentials binaries 7za and 7zCon.sfx on the Mac that are necessary for generating the Mac self-extracting jre binary.

File size: 1.4 KB
Line 
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">
357z x test.zip -aoa
36</PRE>
37
38<P>extracts all files from <SPAN class="filename">test.zip</SPAN> archive and overwrites
39existing 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>
Note: See TracBrowser for help on using the repository browser.