How to differentiate two cmd.exe screens with computer vision?

Hello, I need to differentiate between two cmd.exe screens using the CV, but when I use the CV scope on the other screen, the execution always looks for the first screen. Is there any way to differentiate them?

Hi welcome to the community!
Hope this helps you:
image

4 Likes

@bcorrea,
Thanks for the suggestion, but the problem is that it is a cmd program, and I cannot change the title of the windows, they have a fixed title, they are the same.

to be honest i dont see how you could not change a cmd window… but i dont see another safe way to do this, unless you use index, get the first read something in it to make sure is the right one, if not, take the next…