15,050
edits
(→環境變數) |
(→環境變數) |
||
| Line 47: | Line 47: | ||
| %HOMEPATH% 或 %UserProfile% || 使用者的家目錄(user home directory) ,%username% 即 使用者帳號 | | %HOMEPATH% 或 %UserProfile% || 使用者的家目錄(user home directory) ,%username% 即 使用者帳號 | ||
* ('''XP''') C:\Documents and Settings\%username% | * ('''XP''') C:\Documents and Settings\%username% | ||
* ('''Vista''', '''Windows 7''') C:\Users\%username% | * ('''Vista''', '''Windows 7''', '''Windows 2008''') C:\Users\%username% | ||
|- | |- | ||
| %HOMEPATH%\My Documents || 我的文件 C:\Documents and Settings\User\My Documents | | %HOMEPATH%\My Documents || 我的文件 C:\Documents and Settings\User\My Documents | ||
| Line 57: | Line 57: | ||
| %AppData% || 應用程式資料的儲存目錄,%username% 即 使用者帳號 | | %AppData% || 應用程式資料的儲存目錄,%username% 即 使用者帳號 | ||
* ('''XP''') C:\Documents and Settings\%username%\Application Data | * ('''XP''') C:\Documents and Settings\%username%\Application Data | ||
* ('''Vista''', '''Windows 7''') C:\Users\%username%\AppData\Roaming | * ('''Vista''', '''Windows 7''', '''Windows 2008''') C:\Users\%username%\AppData\Roaming | ||
|- | |- | ||
| %Temp% 或 %Tmp% || 暫存目錄(user temporary directory) C:\Documents and Settings\User\Local Settings\Temp 或 C:\Windows\Temp | | %Temp% 或 %Tmp% || 暫存目錄(user temporary directory) C:\Documents and Settings\User\Local Settings\Temp 或 C:\Windows\Temp | ||