when sync done... close FFS ?

Get help for specific problems
Posts: 20
Joined: 1 Apr 2010

sevyy

Hello,
When the sync is done, there are some choices (Close progress dialog - Standby - Log off - ...) but is it possible to simply close FFS ?
I tried "Close progress dialog" but FFS stay open.

TIA
User avatar
Site Admin
Posts: 7532
Joined: 9 Dec 2007

Zenju

Something like the following should do:

Taskkill /im FreeFileSync_x64.exe
Taskkill /im FreeFileSync_win32.exe
Posts: 20
Joined: 1 Apr 2010

sevyy

thanks for the reply.
I have to recognize that I don't well understand. I already use the "pskill" program (from the pstools package) but how to do practically for closing the program just after the sync job ?

I'm also working with CloneSpy and there is an option "Exit CloneSpy after scanning", in that case, when the job is done, the program is automatically closed.

Apparently, On completion, there are different options :
close progress dialog
Stand By (= rundll32.exe powrprof.dll,SetSuspendState Sleep)
Log off (= shutdown /l)
Shut down (= shutdown /s /t 60 )

the first option (close progress dialog) leave FFS open and the 3 others will affect the entire computer. I was asking me if an option between the 2 exists.
User avatar
Site Admin
Posts: 7532
Joined: 9 Dec 2007

Zenju

These options are just suggestions; you can enter an arbitrary command.
Posts: 20
Joined: 1 Apr 2010

sevyy

Hi,
this post to let you know that it's perfectly working !
thanks for the help.