New: MyPAL (Aug 4, 2025), Platform 30.0.4 (July 15, 2025) 1,400+ portable packages, 1.2 billion downloads We are operating at a loss, 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")
Please help support us by making a donation so we can keep bringing you awesome free software. We accept credit card, wire transfer, PayPal, cryptocurrency, and more.
If you recently donated, thank you!
best way to do this is do write a basic script which just calls the three sync jobs one after another, such as: