So did you get it working?
For my backup jobs that need to run a batch file, I do the following.
1. delay the job by a few seconds before running (a setting in SyncBack)
2. in the batch file, I added something like this:
ping -n 10 127.0.0.1 > nul:
to delay the batch file for 10 seconds.
Hope this helps you.
For my backup jobs that need to run a batch file, I do the following.
1. delay the job by a few seconds before running (a setting in SyncBack)
2. in the batch file, I added something like this:
ping -n 10 127.0.0.1 > nul:
to delay the batch file for 10 seconds.
Hope this helps you.