I'm trying to automate various processes using VBScript. However, I can't find any way to have a script detect what is being displayed to the screen.
For example, one program I use prompts for a login. I could make it wait a certain amount of time, except that occasionally, the program hangs up and never gets to the login screen. So I need a way to check if the login screen has appeared.
Is this even possible with WSH?
For example, one program I use prompts for a login. I could make it wait a certain amount of time, except that occasionally, the program hangs up and never gets to the login screen. So I need a way to check if the login screen has appeared.
Is this even possible with WSH?