Search found 3 matches

by trlaing
12 Jan 2022, 10:31
Forum: General Discussion
Topic: Command line run one folder pair sync and exit
Replies: 6
Views: 483

Re: Command line run one folder pair sync and exit

Even better, I edited the .ffs_batch file, changing
<ProgressDialog Minimized="true" AutoClose="true"/> to <ProgressDialog Minimized="false" AutoClose="true"/>

<?xml version="1.0" encoding="utf-8"?>
<FreeFileSync XmlType="BATCH" XmlFormat="17">
.
.
.
.

<Batch>
<ProgressDialog Minimized ...
by trlaing
12 Jan 2022, 08:19
Forum: General Discussion
Topic: Command line run one folder pair sync and exit
Replies: 6
Views: 483

Re: Command line run one folder pair sync and exit

Thank you for your reply. I think this works. However, I do not see anything to show that is it being run - no window, taskbar icon, etc. Is this normal? It does show the folder pair as being run today...
by trlaing
11 Jan 2022, 15:57
Forum: General Discussion
Topic: Command line run one folder pair sync and exit
Replies: 6
Views: 483

Command line run one folder pair sync and exit

Hi,
I am trying to figure out how to use a command line command to open FreeFileSync, sync one of the folder pairs I have saved and exit.

I have tried using the following:
"C:\Program Files\FreeFileSync\FreeFileSync.exe" "C:\ProgramData\FreeFileSync\backup_documents.ffs_gui"
However, this only ...