Can I set an environment variable for an application using a shortcut in Windows?

Posted by serpent5 on Stack Overflow See other posts from Stack Overflow or by serpent5
Published on 2010-06-14T10:00:39Z Indexed on 2010/06/14 10:12 UTC
Read the original article Hit count: 234

I have a feeling I should be able add a directory to the PATH environment variable on an application-lifetime basis, but I can't find out how to do this. Is it possible to add a parameter to a Windows shortcut that appends a directory to the current value of PATH for use by the application being linked?

Cheers.

© Stack Overflow or respective owner

Related posts about Windows

Related posts about environment-variables