This will check to see if a window exists or doesn’t exist (using the same syntax as Script Type: Wait for Window). The script commands that you place between this statement, and a corresponding “...End If” statement are only executed if the test returns true.
Example: If Window Doesn’t Exist: “*Notepad”
Start Program: “c:\windows\notepad.exe”
...End If
Send Key: “Hello[Enter]”
If you need to distinguish windows by using their contents, press the Advanced button and enter the unique string to look for. Please note that other applications may not reveal all of their contents for use in Schedule Wizard.