Search found 2 matches

by s1l3nce
20 Mar 2024, 09:34
Forum: Help
Topic: how do run FileSync during windows shutdown ?
Replies: 7
Views: 1791

Re: how do run FileSync during windows shutdown ?


You might find it easier to simply write a batch script that runs the FFS sync and then runs the shutdown command after that finishes. Name it whatever, but it would contain two lines:
"C:\Program Files\FreeFileSync\FreeFileSync.exe" "C:\Path\To\Your\FFS\Config\File"
and
shutdown -s -t 0

Name ...
by s1l3nce
19 Mar 2024, 10:56
Forum: Help
Topic: how do run FileSync during windows shutdown ?
Replies: 7
Views: 1791

Re: how do run FileSync during windows shutdown ?

Sorry for reviving this old post but, for the life of me, I just can't figure out how to use the Startup/Shutdown Scripts to make it work. I just added the FFS executable to the script name section and under parameters I added the location of the .ffs_batch file but it does not work.