source: other-projects/expeditee-release-kits/shared/linux/p7z-essentials/DOCS/MANUAL/exit_codes.htm@ 28714

Last change on this file since 28714 was 28714, checked in by ak19, 10 years ago

jts21 - Customising the shared/linux folder for expeditee, meaning that now it's no longer an svn:external from greenstone. Add self extracting 32/64 bit Java 8 JREs, and files + instructions for creating them.

File size: 827 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>Exit Codes from 7-Zip</TITLE>
6 <LINK href="style.css" rel="stylesheet" type="text/css">
7</HEAD>
8
9<BODY>
10
11<H1>Exit Codes from 7-Zip</H1>
12
13<P>7-Zip returns the following exit codes:</P>
14
15<TABLE>
16 <TR><TH>Code</TH><TH>Meaning</TH></TR>
17 <TR><TD>0</TH><TD>No error</TD></TR>
18 <TR><TD>1</TH><TD>Warning (Non fatal error(s)). For example, one or more files were
19 locked by some other application, so they were not compressed.</TD></TR>
20 <TR><TD>2</TH><TD>Fatal error</TD></TR>
21 <TR><TD>7</TH><TD>Command line error</TD></TR>
22 <TR><TD>8</TH><TD>Not enough memory for operation</TD></TR>
23 <TR><TD>255</TH><TD>User stopped the process</TD></TR>
24</TABLE>
25
26</BODY>
27</HTML>
Note: See TracBrowser for help on using the repository browser.