zxcvbnm Posted February 8, 2011 Posted February 8, 2011 can I run a autoit exe when I find a application listed in 'Task Manager Windows'?
hannes08 Posted February 8, 2011 Posted February 8, 2011 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]
zxcvbnm Posted February 8, 2011 Author Posted February 8, 2011 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.
FichteFoll Posted February 8, 2011 Posted February 8, 2011 I think the "Applications" tab in Task Manager uses processes' windows. Try using the window title and check "WinGetTitle".
zxcvbnm Posted February 8, 2011 Author Posted February 8, 2011 Thanks...I think also: WinActive problems with 'Title' , It's possible to use a funcion on the title string...I mean like "begin with"..?
JoHanatCent Posted February 9, 2011 Posted February 9, 2011 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 2Matches any substring in the title.In this mode a window titled Untitled - Notepad would be matched by "Untitled - Notepad", "Untitled", "Notepad", "pad", etc.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now