From 528635604eea1d8c679a3d038e2f00030ef72444 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:03:20 +0200 Subject: 3.2 --- BUILD/Help/html/advanced/ScheduleBatch.html | 69 +++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 BUILD/Help/html/advanced/ScheduleBatch.html (limited to 'BUILD/Help/html/advanced/ScheduleBatch.html') diff --git a/BUILD/Help/html/advanced/ScheduleBatch.html b/BUILD/Help/html/advanced/ScheduleBatch.html new file mode 100644 index 00000000..4d1f3de0 --- /dev/null +++ b/BUILD/Help/html/advanced/ScheduleBatch.html @@ -0,0 +1,69 @@ + + + + + + + + + + + +

Schedule Batch +Job in Windows Task Planner (Windows XP)

+


+

+
    +
  1. Create + a new batch job via FreeFileSync's main + dialog:
    Menu->Advanced->Create batch job and save + it, for example, as "C:\SyncJob.ffs_batch".

    +

    +
  2. Make + sure you are using "silent mode" to prevent showing + a status dialog at the end of the process.

    +

    +
  3. Start + Windows Task Scheduler: Go to Start->Control Panel->Scheduled + Tasks and select "Add Scheduled Task".

    +

    +
  4. Follow + the wizard and choose "C:\SyncJob.ffs_batch" + as program to run.

    +
      +
    • If + you are using the installer-based version of FreeFileSync, + *.ffs_batch files + are automatically associated with the tool and field "Run:" + can be filled with the filename directly:
      "
      C:\SyncJob.ffs_batch"

      +

      +
    • If + file associations have not been set (portable/zip-version), + "Run:" + has to be prefixed with the + executable:
      "D
      :\FreeFileSync\FreeFileSync.exe" + "C:\SyncJob.ffs_batch"

      +

      +

      + Attention:
      The portable + version of FreeFileSync reads/writes all global settings from the + current working directory, while the installer based version uses + "%appdata%\FreeFileSync". + So in former case make sure the working directory is filled + appropriately in field "Start in:" to point to + the directory containing respective GlobalSettings.xml.

      +
      +

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