Change Users Variables - Delphi IDE

448 Views Asked by At

I am using an automated build tool called Automated Build Studio.

I have defined in the Delphi IDE, as you can see in the screenshot, a user variable $(PLKFW) which points to a specific folder in my computer.

The question is:

How can I change this $(PLKFW) variable without using the delphi IDE?

enter image description here

1

There are 1 best solutions below

0
On BEST ANSWER

The Environment Variables defined in the Delphi 2010 IDE are stored in this windows registry key

HKEY_CURRENT_USER\Software\CodeGear\BDS\7.0\Environment Variables

just remember be careful when you edit this kind of IDE setting externally (without use the delphi IDE).