v3.17 and Running from a Batch File

Get help for specific problems
Posts: 141
Joined: 10 Sep 2009

srjones67

Prior to v3.17 I could run a batch like the example below and each sync batch
would run and complete before running the next. Now when I execute the batch
all sync batches execute and run simultaneously. Is there a way to stop this
multi-sync run or to choose which way the batches run, i.e. single threaded or
multi-threaded?
Posts: 141
Joined: 10 Sep 2009

srjones67

Sorry forgot example:

time /t
C:
cd\Docs\Batches
"01 - Backup Photos to 2.5 120.ffs_batch"
"02 - Backup 2.5 120 Photos to 500 Locker.ffs_batch"
"03 - Backup 2.5 120 Photos to 3.5 320.ffs_batch"
Echo "Backup Complete"
time /t
Pause
User avatar
Site Admin
Posts: 7170
Joined: 9 Dec 2007

Zenju

See discussion here:
viewtopic.php?t=923
Posts: 141
Joined: 10 Sep 2009

srjones67

Any ETA on 3.18?
User avatar
Site Admin
Posts: 7170
Joined: 9 Dec 2007

Zenju

Not yet. Until then you can use the workaround described in the link.