Search found 2 matches

by TheFonz
Thu Nov 14, 2013 1:48 am
Forum: BestSync Support Forum
Topic: Run batch file only if there was a file synced
Replies: 1
Views: 3153

Re: Run batch file only if there was a file synced

I came up with my own solution, feel free to use it: This will only report if there are files, including files inside sub-folders - it will not count empty folders as a file and will return a result of empty @echo off goto :main REM *** === Function "Test" =================================...
by TheFonz
Mon Nov 11, 2013 10:04 am
Forum: BestSync Support Forum
Topic: Run batch file only if there was a file synced
Replies: 1
Views: 3153

Run batch file only if there was a file synced

I am using BestSync 2014 and am loving it so far, just wondering if it's possible to have BestSync run a batch file ONLY if a file has needed to be synced. If no file was synced I do not want the batch file to run. If this is not entirely possible I would rather the batch file not process the steps ...