summaryrefslogtreecommitdiff
path: root/BUILD/Help/html/advanced/SendMail.html
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:08:42 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:08:42 +0200
commitc32707148292d104c66276b43796d6057c8c7a5d (patch)
treebb83513f4aff24153e21a4ec92e34e4c27651b1f /BUILD/Help/html/advanced/SendMail.html
parent3.9 (diff)
downloadFreeFileSync-c32707148292d104c66276b43796d6057c8c7a5d.tar.gz
FreeFileSync-c32707148292d104c66276b43796d6057c8c7a5d.tar.bz2
FreeFileSync-c32707148292d104c66276b43796d6057c8c7a5d.zip
3.10
Diffstat (limited to 'BUILD/Help/html/advanced/SendMail.html')
-rw-r--r--BUILD/Help/html/advanced/SendMail.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/BUILD/Help/html/advanced/SendMail.html b/BUILD/Help/html/advanced/SendMail.html
index d8fc7e9d..a3263f3c 100644
--- a/BUILD/Help/html/advanced/SendMail.html
+++ b/BUILD/Help/html/advanced/SendMail.html
@@ -5,7 +5,7 @@
<TITLE></TITLE>
<META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2 (Win32)">
<META NAME="CREATED" CONTENT="20091206;16574000">
- <META NAME="CHANGED" CONTENT="20100228;21172600">
+ <META NAME="CHANGED" CONTENT="20100902;19140400">
<META NAME="Info 1" CONTENT="">
<META NAME="Info 2" CONTENT="">
<META NAME="Info 3" CONTENT="">
@@ -17,25 +17,24 @@
H3 { margin-bottom: 0.21cm }
H3.western { font-family: "Arial", sans-serif }
H3.cjk { font-family: "MS Mincho" }
+ H3.ctl { font-family: "Mangal" }
A:link { so-language: zxx }
-->
</STYLE>
</HEAD>
-<BODY LANG="de-DE" DIR="LTR">
+<BODY LANG="en-US" DIR="LTR">
<H3 CLASS="western"><FONT FACE="Tahoma, sans-serif">Synchronize in
Batch Mode and send error notification via email</FONT></H3>
<P STYLE="margin-bottom: 0cm"><BR>
</P>
<OL>
<LI><P STYLE="margin-bottom: 0cm"><FONT FACE="Tahoma, sans-serif">Create
- a FreeFileSync batch file using &quot;<I>Si</I><I>lent mode</I>&quot;.</FONT></P>
- <P STYLE="margin-bottom: 0cm"></P>
+ a FreeFileSync batch file using &quot;<I>Silent mode</I>&quot;.</FONT></P>
<LI><P STYLE="margin-bottom: 0cm"><FONT FACE="Tahoma, sans-serif">Set
- error handling to &quot;<I>Exit instantly</I>&quot; or &quot;<I>Ig</I><I>nore
- errors</I>&quot; to avoid having a popup stop the program flow. In
- case errors occur FreeFileSync will exit with a returncode &lt; 0
+ error handling to &quot;<I>Exit instantly</I>&quot; or &quot;<I>Ignore
+ errors</I>&quot; to avoid having a pop-up stop the program flow. In
+ case errors occur FreeFileSync will exit with a return code &lt; 0
that can be checked via the ERRORLEVEL batch command.</FONT></P>
- <P STYLE="margin-bottom: 0cm"></P>
<LI><P STYLE="margin-bottom: 0cm"><FONT FACE="Tahoma, sans-serif">Create
a *.cmd or *.bat file to specify the location of FreeFileSync.exe
and pass the name of the FreeFileSync batch file as first argument;
bgstack15