Is it possible to associate specific file extensions on client machine with virtual application from host? Thanks, Dave
Autor: dave Data: 2015-05-21 20:34:12 |
|
Autor: Bozena (staff) Data: 2015-05-22 16:18:16 |
We have an idea how to do this, next week after tests we will let you know. |
Autor: Bozena (staff) Data: 2015-05-25 16:15:16 |
For this example let's assume that there are some .docx files on the client machine and MS Office Word installed on the server. The goal is to open the local .docx file with the server winword.exe with a double click using the association mechanism. It can be done in the following steps:
The call above assumes that Winflector client is installed in c:\winflector3741 directory on the client computer, and winword.exe program is installed in C:\Program Files\Microsoft Office\Office15 directory on the server computer with IP address is 10.1.18.72.
That's it - now after double click on a .docx file the cword.bat will be called. The .docx file name will be passed as a parameter. For simplicity the script above asumes that the file is located on the local client drive C:. In order to support any drive the script must be a little bit complicated:
This script can be further enhanced to support network paths, include Winflector user specification or detect incorrect file name. |
Autor: dave Data: 2015-05-25 22:39:10 |
Still testing, but this seems to work perfectly. Thanks! |
Zaloguj się aby móc pisać na forum.