How to change default idle time (10 Seconds) in a .ffs_batch file

Get help for specific problems
Posts: 2
Joined: 28 Aug 2015

educatedrebel

I have a Windows Batch file that opens 5 ffs_batch files, at the same time. But i want the default idle time for the 5, or all o fmy .ffs_batch file,s to be 2 instead of 10. How could one do that in any way?
User avatar
Site Admin
Posts: 7282
Joined: 9 Dec 2007

Zenju

The RealtimeSync parameters are saved in .ffs_real files which represent the native RealtimeSync format. .ffs_batch files are implicitly converted into the .ffs_real format for convenience but they get default RealtimeSync options assigned. .ffs_real files can then be used on the command line instead.
Posts: 2
Joined: 28 Aug 2015

educatedrebel

The RealtimeSync parameters are saved in .ffs_real files which represent the native RealtimeSync format. .ffs_batch files are implicitly converted into the .ffs_real format for convenience but they get default RealtimeSync options assigned. .ffs_real files can then be used on the command line instead.Zenju
Thank you for replying, also where might the .ffs_real files be so that i may view them?