You are here

Sync three jobs automatically, how ?

3 posts / 0 new
Last post
dabruna
Offline
Last seen: 5 years 11 months ago
Joined: 2018-04-02 00:42
Sync three jobs automatically, how ?

I have created three jobs i.e. Sync1 Sync2 Sync3.
How to execute them one after the other in a single click (using not .bat command please) ?
Thanks in advance

Pingouin
Offline
Last seen: 2 days 16 hours ago
Joined: 2017-02-12 09:04
Go to the script tab, and

Go to the script tab, and type:
sync("Sync1")
sync("Sync2")
sync("Sync3")

Give it a name, save and run.

LMR
Offline
Last seen: 4 years 7 months ago
Joined: 2019-08-24 14:48
schedule

Is it possible to schedule such a script to run, say, every night?

Log in or register to post comments