Page 1 of 1

Enviroment variable

Posted: Wed Aug 10, 2016 7:51 am
by konradgo
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.

Re: Enviroment variable

Posted: Wed Aug 10, 2016 4:41 pm
by hansen
Use %UserProfile% instead, so it should look like this: "%UserProfile%\user_temp"