On Nov 6, 2:56 am, [EMAIL PROTECTED] wrote:
> Hello people,
>
> I'd like to have the functionality known from "real" executables that
> if I drag-drop a file icon on top of the app, the app starts and has
> the file's path as command-line argument.
>
> However, this doesn't seem to work with Python
This is done via a drop handler.
Add registry key
HKCR\Python.File\shellex\DropHandler
with a default value of
{86C86720-42A0-1069-A2E8-08002B30309D}
Roger
<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello people,
>
> I'd like to have the functionality known from "r
[EMAIL PROTECTED] wrote:
Hello people,
I'd like to have the functionality known from "real" executables that
if I drag-drop a file icon on top of the app, the app starts and has
the file's path as command-line argument.
However, this doesn't seem to work with Python scripts because Windows
sees