There is built in scheduler in BAS PREMIUM version.
You can run it in win task scheduler also but need to
create BAT file that runs your script from CMD with
-- silent option included.
@Dexter said in Resource LineFromFile:
How can I setup a .txt resource without giving the .txt to the users of the bot?
So same function as LineFromFile but without users having to select the resource .txt
use the "Read File To List" action and the local resource
Test script
@Dexter said in Resource LineFromFile:
What if the user don't has the .txt file?
I gave an example of use, you can receive data in any way convenient for you (for example, get-request)