From b5f042a6c132c1b97cf03c4615bab966c23f57d2 Mon Sep 17 00:00:00 2001
From: Daniel Wilhelm 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".
Make sure you enable checkbox "Silent mode" to prevent showing a status dialog at the end of the process.
@@ -42,21 +42,34 @@ XP)Follow the wizard and choose "C:\SyncJob.ffs_batch" as program to run.
-If
you are using the locally installed version of FreeFileSync,
*.ffs_batch files
are automatically associated with the tool and field "Run:"
can be directly filled with the filename:
"C:\SyncJob.ffs_batch"
If
file associations have not been set (portable installation),
"Run:"
has to be prefixed with the
- executable:
"D:\FreeFileSync\FreeFileSync.exe"
+ executable:
"D:\FreeFileSync\FreeFileSync.exe"
"C:\SyncJob.ffs_batch"
+
+
+
+ Note:
Beginning
+ with Windows Vista, the command always needs to be prefixed with the
+ executable even if file associations are set:
→
+ "D:\FreeFileSync\FreeFileSync.exe"
+ "C:\SyncJob.ffs_batch
Else
+ the task will return with error code 0xC1, "%1 is not a valid
+ Win32 application".
+