@jobriwterr I didn't fully understand you, the clipboard is shared by the entire PC, so if you work on that PC and use the clipboard in your work it can cause problems. If you are using multithreading then you should use the clipboard one at a time, this can be implemented through thread locking using global variables.
Scheduling BAS scripts and compiled exe
-
Apart from the built-in scheduler in BAS, what options can you recommend for starting your scripts or compiled bots in advanced scheduling scenarios?
A scheduler that also has extended log functions and can graphically display when and how often a script/exe has run in the last week/month and what the result was (success/fail) or can also display the results of the individual run (e.g. “Account xyz created on website abc.com”) would be most useful.
Are there any useful solutions here and what do you colleagues use in everyday life?
Thank you for sharing your opinions and experiences.