Jump to content

Recommended Posts

Posted (edited)

Hello yet another time Autoit community :blink:

So basically, what i want to do is that i want to find the title or process name of a running application. no specific application, just any application that is running and located under Windows Task Manager -> Applications

I'm kinda bad at this subject so anyone has some ideas? any help would be appreciated ;)

Edited by Tyranlol
[u]Only by Attempting the Impossible You Can Earn the Remarkable[/u]
Posted

Hi,

In AutoIt help file. Function Reference -> Process Management -> ProcessList()

Check the example, it's probably what your after

Cheers

Posted

Thanks for the reply buddy.

i didn't explain it correctly, i don't need processes, i need applications, such programs that are listed under "Applications" if you open task manager.

ProcessList lists 200 processes which i can't use ;)

but thanks for the tip :blink:

[u]Only by Attempting the Impossible You Can Earn the Remarkable[/u]
Posted

Hi,

Since Applications tab in Task Manager just lists Window Titles of visible windows...

Then maybe look at Function Reference -> Window Management -> WinList()

Have a look at the example.

Cheers

Posted

There's a script by someone called '_WinGetAltTabWinList', you might try checking that out :blink:

Posted (edited)

Thanks alot for the replies smashly and Ascend4nt both seems to do the job. I'll look into it later today when i get time

Update: Both methods works, thanks again :blink:

Edited by Tyranlol
[u]Only by Attempting the Impossible You Can Earn the Remarkable[/u]

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...