Tinou,
the problem seems to be a little deeper:
if you do a simple
in the script calling the applications installed via PlayOnLinux, you will find that $1 has a leading space that seems to be generated by playonlinux. Windows applications seem to be more or less tolerant to such a leading space. Word, for instance, does not seem to tolerate it, while Acrobat does not have a problem.
Let me be a little more precise: If you call
Console:
playonlinux --run "Word 2003" "C:asdf.doc"
,
The first argument seen by the script "Word 2003" in the directory you mentioned, will actually be
.
Of course, I can take care of that by chopping it off with a tailored version of the "Word 2003" script (which I am doing, and it works). However, ideally that extra space would not be generated in the first place. Is that done in playonlinux? How would one address such a problem? Ideas, opinions anyone? Should we open a new thread?
Thanks to all.
--hasi.