hey guys, I got a question need your help:
How to start BAS with specific script by CommandLine? It's not the default one or last one.
I appreciate for any reply, thx
Each asynchronous function started, starts in separate thread.
So in that example you will have 2 threads since 2 asynchronous functions
will be started, each with its own (different) script.