From 110fc5dee14fc7988f631a158e50d283446aba7a Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:24:09 +0200 Subject: 5.15 --- BUILD/Help/html/RealtimeSync.html | 37 ++++++++++++++----------------------- 1 file changed, 14 insertions(+), 23 deletions(-) (limited to 'BUILD/Help/html/RealtimeSync.html') diff --git a/BUILD/Help/html/RealtimeSync.html b/BUILD/Help/html/RealtimeSync.html index ed28df7a..c147a60e 100644 --- a/BUILD/Help/html/RealtimeSync.html +++ b/BUILD/Help/html/RealtimeSync.html @@ -18,7 +18,6 @@ H3.western { font-family: "Arial", sans-serif } H3.cjk { font-family: "MS Mincho" } H3.ctl { font-family: "Mangal" } - A:link { so-language: zxx } --> @@ -52,16 +51,15 @@ Now press

-

-

    -

    Note

    -
  • The +

    +

    Note

    +
  • The command should not block progress. Make sure the FreeFileSync batch job does not show any popup dialogs. See notes in Batch Scripting.
     

    -
  • The +

  • The settings dialog can be skipped by passing a RealtimeSync configuration file (*.ffs_real) or a FreeFileSync batch file (*.ffs_batch) @@ -71,11 +69,10 @@ Now press "C:\Program Files\FreeFileSync\RealtimeSync.exe" "C:\SyncJob.ffs_batch"
     

    -
  • Using +

  • Using RealtimeSync is not restricted to starting FreeFileSync. It can also be used in other scenarios, like sending an email whenever a certain directory is modified.

    -



@@ -101,47 +98,41 @@ files are modified in "
H:\Data


-

-

    -

    Note
    The +

    +

    Note
    The full path of the last changed file and the action that triggered the change notification (create, update or delete) are written to the environment variables %change_path% and %change_action%.

    -


Example: Show names of changed files or directories. (Windows)

-
    -

    -

      -

      Show + +

      +

      Show which file or directory has triggered a change. Enter command line:
          cmd /c echo %change_action% "%change_path%" & pause

      Write a list of all changes to a logfile:
          cmd /c echo %change_action% "%change_path%" >> c:\log.txt

      -

    -
+


-

-

    -

    Note
    During +

    +

    Note
    During execution of a Windows Batch file (*.bat/*.cmd) a black console window is shown. You can hide it using the Visual Basic script "HideConsole.vbs" located in FreeFileSync's installation directory:

    -

    wscript +

    wscript "C:\Program files\FreeFileSync\HideConsole.vbs" C:\MyBatchFile.cmd

    -



-- cgit