Re: Python app links in windows

2006-11-13 Thread Gabriel Genellina
At Monday 13/11/2006 18:47, Bryce Bolton wrote: My question is: How do the contents of the link file get passed to the python application assocated with .PAL files? Are the file contents passed as an ARGV array? There must be more to this because when I open a file like some_doc.XLS, the enti

Re: Python app links in windows

2006-11-13 Thread Fredrik Lundh
Bryce Bolton wrote: > I want to click a link, which is assocated with a Python application in > Windows, and have the contents of the link file passed to my program. How > is this done? if you want to open a new thread, please don't do that by replying to a random existing post. > I don't kno

Python app links in windows

2006-11-13 Thread Bryce Bolton
I want to click a link, which is assocated with a Python application in Windows, and have the contents of the link file passed to my program. How is this done? Let's say the link name is: open_database_viewform_50324.pal (pal = python application link) Inside of open_document_number_50324