If you have ever tried highlighting text in a command prompt window while a script is running that is outputting text, you'll notice that it no longer outputs text.
My question is if the highlighting inside a cmd window simply prevents it from outputting text, but still allows the script to run, or if it halts the execution of the script while highlighted?
Regardless of the answer, it would also be nice to know why it does this? Both the reason and purpose would be great.
Thanks