2

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

Rafael Colucci
  • 6,018
  • 4
  • 52
  • 121

1 Answers1

3

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).

RRUZ
  • 134,889
  • 20
  • 356
  • 483