show/hide this revision's text 2 edited tags
show/hide this revision's text 1

Drag and drop onto python script in windows explorer

I would like to drag and drop my data file onto a python script and have it process the file and generate output. The python script accepts the name of the data file as a command line parameter, but Windows Explorer doesn't allow the script to be a drop target.

Is there some kind of configuration that needs to be done somewhere for this work?