source: main/trunk/release-kits/shared/mac/p7z-essentials/DOCS/MANUAL/switches/stop_switch.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: 647 bytes
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>-- (Stop switches parsing) switch</TITLE>
6 <LINK href="style.css" rel="stylesheet" type="text/css">
7</HEAD>
8
9<BODY>
10
11<H1>-- (Stop switches parsing) switch</H1>
12
13<P>Disables switch parsing after "--" on the command line.
14This is to allow 7-Zip to use file names that start with "-".
15
16<H4>Syntax</H4>
17
18<PRE class="syntax">
19--
20</PRE>
21
22<H4>Examples</H4>
23
24<PRE class="example">
257z t -- -ArchiveName.7z
26</PRE>
27
28<P>tests <SPAN class="filename">-ArchiveName.7z</SPAN> archive.</P>
29
30</BODY>
31</HTML>
Note: See TracBrowser for help on using the repository browser.