Created
October 5, 2017 20:48
-
-
Save aielwaste/f428db0933107d4ba7509582b766291a to your computer and use it in GitHub Desktop.
Autohotkey Tray Info
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test := TrayIcon_GetInfo() | |
Loop % test.MaxIndex() | |
MsgBox, % test[A_Index].process |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment