From 88a8b528e20013c0aa3cc6bcd9659b0b5ddd9170 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:20:07 +0200 Subject: 5.4 --- BUILD/Help/html/SendMail.html | 56 ------------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 BUILD/Help/html/SendMail.html (limited to 'BUILD/Help/html/SendMail.html') diff --git a/BUILD/Help/html/SendMail.html b/BUILD/Help/html/SendMail.html deleted file mode 100644 index 87e96ad4..00000000 --- a/BUILD/Help/html/SendMail.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - - -

Send error -notification via email

-


-

-
    -
  1. Create - a FreeFileSync batch file using "Run minimized".
     

    -
  2. Set - error handling to "Exit instantly" or "Ignore - errors" to avoid having a pop-up stop the program flow. In - case errors occur FreeFileSync will exit with a return code < 0 - that can be checked via the ERRORLEVEL batch command.
     

    -
  3. Create - a *.cmd or *.bat file to specify the location of FreeFileSync.exe - and pass the name of the ffs_batch file as first argument; e.g.:

    -
-

-

- "C:\Program - Files\FreeFileSync\FreeFileSync.exe" "C:\SyncJob.ffs_batch"
@if - not errorlevel 0 (
    echo An error - occured!
    pause
)

-

-

-

Instead -of displaying "An error occurred!" you can specify another -command like sending an email notification (using a third party -tool). -

- - \ No newline at end of file -- cgit