Re: [python-win32] Launching Windows' shortcut editor

2006-01-25 Thread Tim Golden
[James Carroll] | Hi, I would like to invoke the same shortcut editor that you get when | you right cilck on a shortcut (link) and choose Properties. It lets | you edit the Target and Start In directories, etc. | | I've tried: | win32api.ShellExecute (0, "Properties", filename, | No

[python-win32] Launching Windows' shortcut editor

2006-01-25 Thread James Carroll
Hi, I would like to invoke the same shortcut editor that you get when you right cilck on a shortcut (link) and choose Properties. It lets you edit the Target and Start In directories, etc. I've tried: win32api.ShellExecute (0, "Properties", filename, None, ".", 0 ) win32ap