Redirecting an Env Var for an App you aren't executing.
Currently I'm testing a version of the SMPlayer launcher that redirects %USERPROFILE%
. However, it is well known that bMPlayer creates a folder called .dvdcss in the same directory, and MPlayer is executed by SMPlayer, not SMPlayer Portable. So therefore I would also need to redirect an app I'm not executing. This would probably be only achieved by modifying SMPlayer's code, but I don't know and am not intending to learn C++. I can almost be partly sure that I can make it so that the app I do execute ends up redirecting all other executions. Hm... I'll try that....