Example:
Current folder contains number of images in different format.
I want to drop all jpg images to the batch processing 3th party window.
So, I would like to have something like this:
Run, BatchProcesor.exe loop, *.jpg files .= A_LoopFileLongName . "`n" Drop, files, ahk_class BatchProcessor
I don't see that this can be done now without nasty workarounds.
Searching around I found this related topic:
<!-- m -->http://www.autohotke... ... 1246#91246<!-- m -->
Almost all applications now handle drag & drop, many times this to be the only available method of communication with outside world. I think all users of AHK would benefit of such command. Furthermore, I think that all workarounds that can be get by using MouseClickDrag will not be so flowless and succesiful then this eventual alternative.
Thx.




