Shutdown after finish

Discuss new features and functions
Posts: 2
Joined: 20 Feb 2010

yewie56

Hi,
what about a "Shutdown after finish" feature? OR how it can be accomplished?
I like your workings! Thank you!
Posts: 2
Joined: 20 Feb 2010

yewie56

Maybe it can be done via an addition to the batch caller - if your application
CLOSES after finishing !?
Greetings from Germany
Posts: 22
Joined: 18 Dec 2009

grobbla

Hello,

maybe I can help you here. Small shutdown tools exist already,
so it is not needed to include shutdown in FreeFileSync.
You can accomplish this with a simple batch file.
First save the sync job as FreeFileSync batch job, then create
a batch file in the FreeFileSync folder:
- launch ffs with "start /wait freefilesync.exe mybackup.ffs_batch"
- then use a shutdown tool i.e,: "shutdown -s -t 10"
That is all, shutdown gives you a ten sec timeout to abort it.

regards,
fred
User avatar
Site Admin
Posts: 7048
Joined: 9 Dec 2007

Zenju

grobbla is right, simply as this ;)