Search found 2 matches

by nenico
28 Jun 2019, 09:09
Forum: General Discussion
Topic: Feature Request: Run Command before Synchronization
Replies: 2
Views: 1152

Re: Feature Request: Run Command before Synchronization


You could create a .bat script that runs the command you want, then runs freefilesync.exe with a batch job as the only argument afterwords. You will have to adjust the copy command to whatever applies to your situation and change the batch job filename

--------------------------
rem fill ...
by nenico
26 Jun 2019, 08:20
Forum: General Discussion
Topic: Feature Request: Run Command before Synchronization
Replies: 2
Views: 1152

Feature Request: Run Command before Synchronization

Hello,

there is already a feature to run commands after synchronizing two folders.

sync.JPG

I have a case where it would be convenient to run a command before synchronization happens.

For example call a SVN Client to fill directory a and then synchronize it with directory b.

Would it be ...