From 0887aee8c54d0ed51bb2031431e2bcdafebb4c6e Mon Sep 17 00:00:00 2001
From: Daniel Wilhelm RealtimeSync
is designed as a background process which does not need further
attention once it is running. Depending on your requirements there
are a number of ways to start it together with the operating system.
Generally the goal is to execute a command line like the following:
-<installation
+<installation
folder>\RealtimeSync.exe <path to *.ffs_real or *.ffs_batch
-file>Run
as Service (Windows)
-
-
Example:
@@ -61,8 +59,8 @@ file> systems's task scheduler and have it execute the command line above when the system starts. See Schedule a Batch Job for an example how to add a new task. Then change - the user to run the task to "SYSTEM" - a special user - account always running in the background. + the user to run the task to SYSTEM + - a special user account always running in the background.
--
cgit