New: DesktopSnowOK (Jan 6, 2025), Platform 29.5.3 (Jun 27, 2024) 1,100+ portable packages, 1.1 billion downloads No Ads!, 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: