@mmarcelini25 said in How good are BAS's anti bot detection mechanisms?:
What other factors need to be taken into account?
Something to be located between the chair and the monitor 😄.
Hello
Any update on how you solved the issue?
I have the same problem now but can not figure out how to extract line by line.
I have used read file to save string from file text in a variable.
The problem is i can not import text in list because the jump to line disapear in the string
look the Original text file :

And now look the result with read file

Its just like BAS delete the line info.
Basically i would like to retrieve le line containing openvpn on the list
Please help
Thank you for the interest @cparonny
I ve forgot to precise that the result without "line ending symbol" is obtained with

This permit to give me all network card state.
Then i need to choose the line containing "openvpn" and then check in this line if i find "Connected" or "Connecté"
Then i break the loop to go through the script because i am sure the vpn has connected.
In other word is there any function to add "line ending symbol" to string? like in write file parameters?