Jump to content

Recommended Posts

Posted

Hello zxcvbnm,

you will have to watch the list of running processes and run the exe if a specific process exists.

Have a look at ProcessExists in the helpfile.

As far as I know there is no way to setup a scheduled task that runs if a specific process exists.

Regards,

Hannes

:)

Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler]
Posted

I mean not a process in 'process', I refer to 'applications' in Task Manager cause the process is always running, but I need to exec an autoit prog when a popup of a particular application opens.

Posted

Thanks...

I think also: WinActive

problems with 'Title' , It's possible to use a funcion on the title string...I mean like "begin with"..?

Posted

Thanks...

I think also: WinActive

problems with 'Title' , It's possible to use a funcion on the title string...I mean like "begin with"..?

Try AutoIt help:

Window Titles and Text (Advanced)

Mode 2

Matches any substring in the title.

In this mode a window titled Untitled - Notepad would be matched by "Untitled - Notepad", "Untitled", "Notepad", "pad", etc.

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
×
×
  • Create New...