Start Realtime sync on startup

Get help for specific problems
Posts: 5
Joined: 8 Nov 2016

scousep

Hi

Is there a way to launch realtime sync on startup and always have it monitor the folders for changes.

I have set a task to run at startup with a batch file - but that runs once. So far the only way I can launch realtime sync is to use the start button in the app - means my intervention to run

Thanks

Simon
Posts: 5
Joined: 8 Nov 2016

scousep

sorted - was using FFS rather than RTS

Thanks
Posts: 3
Joined: 2 Mar 2017

GiulioP

can you just tell me how to run Realtime sync at startup *minimized*? I want it to run FFS whenever my USB stick is connected to my laptop (I have already set up a batch job). I tried using Task Scheduler of Win8.1 but I did not choose any specific option so now everytime I start my pc, the window of RTS appears on the center of the screen... I would RTS to run minimized and the button Start has been already 'pressed'...
User avatar
Site Admin
Posts: 7210
Joined: 9 Dec 2007

Zenju

Posts: 2
Joined: 30 Apr 2017

Weffke

I build a batch with this content that i run from the startup folder:

@echo off
start "realtimesync" "C:\Program Files\FreeFileSync\RealTimeSync.exe" "C:\D-to-B.ffs_batch"

Works fine :)