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
New: Kanri (Oct 09, 2024), Platform 29.5.3 (Jun 27, 2024)
1,100+ portable packages, 1.1 billion downloads
No Ads November!, Please donate today
Go to the script tab, and type:
sync("Sync1")
sync("Sync2")
sync("Sync3")
Give it a name, save and run.
Is it possible to schedule such a script to run, say, every night?