Changing the PATH environment variable

G

Guest

How do I configure my component to add a path entry to the %PATH% environment
variable without deleting the paths the builder adds automatically ?

I tried to add a FBA generic command but it didn't change any thing.

Can some one help ?
 
K

KM

You can modify the registry entry at run time:
[HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment],"Path"

Or, if you prefer, you can use set it via a command line. Just make sure to include the %PATH% in the new value so that it can use
the old value too. I.e.:
set PATH=%PATH%;....

Or you can directly modify the value in TD in "Session Manager (Windows subsystem)" component's registry section.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top