Hello!
Is it possible to automatically select files within a file manager using AutoIt? I want to be able to do it without simulating mouse/keyboard gestures. Probably through dll calls, but I have no solid clue about how to do it.
Let's say there's a Windows Explorer window displaying 3 files. After running the script, I'd like to have 2 of them selected (as if ctrl+clicked) based on parameters passed to the script (like file base names).
Thank you!