I have a python program which is converted to a windows exe using py2exe. I have also added it to the windows context menu. Basically when one right-clicks on any file another option appears with a link to my exe.
The problem is, when I select multiple files, multiple instances of my program starts up.
Is there any way to pass multiple arguments to the exe?
Thanks, Sreedhar.