I'm trying to write a script that drops the current playing file from Winamp into Tabbles (a file tagging software http://tabbles.net ) I found this example but it didn't help much: http://www.autohotkey.com/board/topic/41467-make-ahk-drop-files-into-other-applications/
How do you generate a file drop event (like 'drag and drop' without dragging though) in a program, if you have the file path? Thank you.
If you wish to emulate a drag and drop action without actually performing a
MouseClickDragyou can use the following code:Tested in AHK_L. Let me know if this helped!