From 110fc5dee14fc7988f631a158e50d283446aba7a Mon Sep 17 00:00:00 2001
From: Daniel Wilhelm
- 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
+ Note
-
The
+
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
+ Note wscript
+ wscript
"C:\Program files\FreeFileSync\HideConsole.vbs"
C:\MyBatchFile.cmd
-
During
+
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:
--
cgit