Is there a LocalAppData Environement Variable in Windows 2003?
Posted
by brendan
on Server Fault
See other posts from Server Fault
or by brendan
Published on 2010-03-25T14:38:30Z
Indexed on
2010/03/25
14:43 UTC
Read the original article
Hit count: 293
Per this question I need to call via code the following paths:
Windows 2003: C:\Documents and Settings\Administrator\Local Settings\Application Data\Google\Chrome\Application\chrome.exe
Windows 2008: C:\Users\Administrator\AppData\Local\Google\Chrome\Application\chrome.exe
Ideally I could use the environment variable %localdata%\Google\Chrome\Application\chrome.exe but this does not work for me in Windows 2003. Should it? How can I refer to this path in both systems using environment variables?
© Server Fault or respective owner