Search found 2 matches

by Weffke
30 Apr 2017, 01:00
Forum: Help
Topic: Start Realtime sync on startup
Replies: 5
Views: 9179

Re: Start Realtime sync on startup

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 :)
by Weffke
30 Apr 2017, 00:58
Forum: Help
Topic: Help with Task Scheduler
Replies: 6
Views: 2553

Re: Help with Task Scheduler

Same issue, now using realtimesync instead.

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"

Greets jeff