lol, everything is possible in BAS.
I meant that you put your whole existing script in one function. Than in
main function create a loop with random number of executions that calls
your entire current script, which is one function in this case. You can put
random or fixed waiting time between loop cycles if needed.
And yes you can run any exe or bat script from BAS directly Module is called
"Process manager" and there is only one action called "Run process". Just check
it and everything would be more clear for you.