New: Run-Command (Dec 2, 2024), Platform 29.5.3 (Jun 27, 2024) 1,100+ portable packages, 1.1 billion downloads No Ads Nov/Dec!, Please donate today
how can I include three synchronizations in just a job?
thanks!
Aprendiz2050.
best way to do this is do write a basic script which just calls the three sync jobs one after another, such as:
sync("jobname1") sync("jobname2") sync("jobname3")
best way to do this is do write a basic script which just calls the three sync jobs one after another, such as: