有一个环境变量 %appdata%,等于
C:\Documents and Settings\<username>\Application Data\
是否存在变量
C:\Documents and Settings\<username>\Local Settings\
或者
C:\Documents and Settings\<username>\Local Settings\Application Data\
?
答案1
答案2
这是非常神秘的,但它可以与标准 Windows XP 命令一起使用:
for /f "tokens=4,5 delims=\" %a in ('reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v "Local AppData"^|find "REG_SZ"') do set LocalAppData=%userprofile%\%a\%b
...并且它与语言无关(在批处理文件中使用 %%a 和 %%b 而不是 %a 和 %b)。
答案3
默认情况下没有,但您可以输入set
命令提示符来查看系统上所有环境变量的列表。
另一种方法是使用命令%USERPROFILE%\Local Settings
来%USERPROFILE%\Local Settings\Application Data
设置您自己的环境变量set
。
答案4
只需使用 %appdata% windows xp --
并使用资源管理器窗口向上箭头导航到用户目录,然后选择本地设置。
只需一两秒钟。很简单。