Hallo!
Weiss jemand, wie man die Umgebungsvariable PATH setzen/erweitern kann.
Ich meine NICHT den Weg über:
Arbeitsplatz -> Eigenschaften -> Erweitert -> Umgebungsvariable
Steht das in der Registry? und wenn ja, wo?
Gruss
ChrE
Archiv Windows XP 25.916 Themen, 128.567 Beiträge
Registry Keys for Environment Variables
For those who are experienced with editing the Registry, there is another way to make changes in environment variables. User environment variables are stored in the Registry in the key:
HKEY_CURRENT_USER\Environment
System variables are found in the key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
Note that any environment variable that is in the form that needs to be expanded (for example, %PATH%) must be stored in the registry as a REG_EXPAND_SZ registry value. Editing the Registry is primarily for scripts used by systems administrators and is not recommended for the average PC user.
http://vlaurie.com/computers2/Articles/environment.htm#editing
Hallo!
Oh, großen Dank, das scheint das Poblem zu lösen.
Bei "path" und "Registry" fand ich ich alle möglichen Pfade,
nur nicht DEN Path.
So gehts mit Python:
http://code.activestate.com/recipes/416087/
Gruss
ChrE