Please
wonder_mice could you tell us how you do it?
I already asked a similar question with
http://forum.parallels.com/thread9918.html but got 0 answer !
So, I wrote my own script to do the job:
1) A launcher applescript (OSX) starting a tcl script (point 2) for all selected files.
2) A tcl script in order to generate a command file in a shared folder (OSX).
3) A tcl appli which periodically poll the shared folder to execute the command file (XP)
The idea was to associate .doc, .xls, .ppt, .... extensions with my launcher applescript. However when I try to do it the file association works only for the files where I explicitely do it. When I want to extend it to all files (with
command-I and
Change All), the old file association with
Pages is restored.
The actual solution is to place the applescript as a finder button and drop the files I want to open over this button. Then, the right application is started under XP.
People interrested by these files just needs to ask them.
However, the
Parallels Team seems to have a much clever and integrated solution than this rustic one.