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: DesktopSnowOK (Jan 6, 2025), Platform 29.5.3 (Jun 27, 2024)
1,100+ portable packages, 1.1 billion downloads
No Ads Nov/Dec/Jan!, 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?
Hi all,
I've the same question LMR asked above... I need to schedule a script to run at a given hour during the day. I'm in Windows environment. How can I do this?
Thanks in advance
Oh, may be the answer is here:
https://portableapps.com/node/20217