Hi,
I use tsplus version 9.20.4.18 and I'm trying to publish application using seamless client, but i must use environment variable in start folder something like: "c:\Users\%username%\user_temp"
to use .ini file separately for each user.
Unfortunately when i use path provided above application won't work, because cannot find this file.Seamless client simply cannot unterstand this variable.
Is there any way to solve this issue, or anyone knows workaround ?
Regards
Konrad.
Enviroment variable
Re: Enviroment variable
Use %UserProfile% instead, so it should look like this: "%UserProfile%\user_temp"