You can use "Result" variables that are predefined in BAS. There are 9 of them.
If you need more you can use filesystem actions and create TXT or CSV files
to store any number you need. Similar to that you can use database for such
tasks too.
How do schedule created script
-
Hello,
I'm new to BAS. So I ask my self how I can schedule my created scripts to run at a specific time e.g. from 8am to 5pm every 30min or every day at 12 am? Is there any built-in scheduler?
Thank you :)
-
- You can use default windows task sheduler.
- You can create own software for it, if you know any programming language.
- You can order custom sheduler software.
- You can wait for 2-3 weeks. Developer plans to add a scheduler for BAS scripts in the next update, as i know.
-
Thank you for your detailed answer. Very appreciated.
I'm curious about the new BAS scheduler.