He meant one script per thread.
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.
Hi
I am using a simple script which reads the files/folders location from a file named "files.txt" and copies it inside another folder. I have attached the script and files.txt, please see it.
http://prntscr.com/tooue4
FilesCopier.xml
files.txt
It copies the files/folder successfully but after that it crashes, is there a way so the BAS script don't crash after copying files?
Please help @support @Fox
Thanks