When I attempted to use it I ran into a problem. It works fine with the example of dropping a file onto notepad.exe.
I attempted to drop an XML file onto Internet Explorer. I can do that directly using window file explorer and it will display the XML in the browser as expected. If I attempt doing so with the dropfile command, I get the error:
Error
Application does not accept dropped files.
and then the browser will display its home page.
Is this an error on my behalf or a limitation of the command/and/or the application? This can be duplicated by creating an app with one button and with this action for the button:
- Code: Select all
FileOpenBox "Select File" "Any File|*.*" "c:\" "[selectedfile]" ""
DropFile "c:\program files\internet explorer\iexplore.exe" "[selectedfile]"
David P.