Author Topic: GetEnv Registry Location  (Read 1450 times)

0 Members and 1 Guest are viewing this topic.

Lee Mac

  • Seagull
  • Posts: 12922
  • London, England
GetEnv Registry Location
« on: February 23, 2010, 08:16:15 PM »
Had a quick search on here, but couldn't really find anything conclusive...

Is there a quicker way (than searching the registry manually), to find the location of environmental variables? I realise that when using setenv, these are written to:

Code: [Select]
HKEY_CURRENT_USER\\<vlax-product-key>\\FixedProfile\\General\\

But what about such entries as:

Code: [Select]
(getenv "MaxArray")
(getenv "ACAD")

Is there a quick way to get the location for these?

Many thanks,

Lee