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 "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 those just as files, not apps.
>
> Can this be done?
>
> Thanks,
>
> robert
> --
> http://mail.python.org/mailman/listinfo/python-list
> 



--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to