The purpose is to launch an application that needs a file as parameter.
And this file must be unique per user, so it must be located in a dedicated folder per user or session.
Can we do that ?
Dear larratP,
Usually, user’s home folder is leveraged to achieve such a task task.
Environment variables %HOMEDRIVE% or %HOMEPATH% can be used then. HOMESHARE is used instead of HOMEDRIVE if the home directory uses UNC paths.