Enviroment variable

Get help with installation and setup problems
Post Reply
konradgo
Posts: 1
Joined: Wed Aug 10, 2016 7:13 am

Enviroment variable

Post by konradgo » Wed Aug 10, 2016 7:51 am

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.

hansen
Posts: 137
Joined: Wed Dec 02, 2015 12:23 am

Re: Enviroment variable

Post by hansen » Wed Aug 10, 2016 4:41 pm

Use %UserProfile% instead, so it should look like this: "%UserProfile%\user_temp"

Post Reply