Jump to content

winexist problem


Recommended Posts

hi i have a problem with the function if not winexist...

i need that it reconise a windows, but the windows have every time a different tile but some words are the same

i have this code

run( @AutoItExe & " /AutoIt3ExecuteScript mysoftware.exe  ") ; <<<<< Test using Notepad.
Sleep ( 10000 ) ; <<<<< Wait for CMD to Start.

While 1
    If Not Wintext("A WORD FROM TITLE") Then $PID = Run( @AutoItExe & " /AutoIt3ExecuteScript mysoftware.exe  ") ; <<<<< Use AU3Info Tool in SciTE > Tools to get the CLASS name of the Window.
Sleep(5000) ; Sleep  Wait.
WEnd
Exit

NOW IF I TEST IT WITH NOTEPAD OR CMD it works fine but if i use with what i need and put just a word from title it doesen't reconize so it start to open windows in loop... :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...