D'écrire en français ce n'est pas si facile.
Héhé , merci.
I understand your English well so far. Feel free to post in English or French, as you prefer.
Thanks too.
I get excited when I see people really using the program in new ways, so I'm happy to see your question. I would love to know more about what you are doing and why.
Well, I use 3 AHK scripts to generate payloadsXml :
* I use EventGhost with DirectoryWatcher, to Monitor the StartMenu folder, each change triggers my ahk script to generate a new xml file with the list of each shortcut in the folder. (just for the exe, and directories)
==> Launch
* For my second ahk script, whenever a task is created or destroyed, EventGhost triggers my script to create a list of every program who is running, and it create the playloadXml.
==> Focus, Close, Desactivate/Activate the associated Groups in VoxCommando
*My last script is a work in progress, it will spy my programs and windows, and create a list of the controls for each one.
(And maybe scan all the menu of a program, the first time, and create a playloadXml dedicated)
Thank you both of you for your quick answer.