14,954
edits
No edit summary |
(→環境變數) |
||
| Line 43: | Line 43: | ||
| %SystemRoot% 或 %windir% || Windows的安裝目錄,例如c:\windows或 C:\WINNT | | %SystemRoot% 或 %windir% || Windows的安裝目錄,例如c:\windows或 C:\WINNT | ||
|- | |- | ||
| %HOMEPATH% 或 %UserProfile% || 使用者的家目錄 C:\Documents and Settings\User | | %HOMEPATH% 或 %UserProfile% || 使用者的家目錄(user home directory) C:\Documents and Settings\User | ||
|- | |- | ||
| %HOMEPATH%\My Documents || 我的文件 C:\Documents and Settings\User\My Documents | | %HOMEPATH%\My Documents || 我的文件 C:\Documents and Settings\User\My Documents | ||
| Line 53: | Line 53: | ||
| %AppData% || 應用程式資料的儲存目錄 C:\Documents and Settings\User\Application Data | | %AppData% || 應用程式資料的儲存目錄 C:\Documents and Settings\User\Application Data | ||
|- | |- | ||
| %Temp% 或 %Tmp% || 暫存目錄 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 | ||
|- | |- | ||
| %HOMEPATH%\Local Settings\Temporary Internet Files || 網頁暫存目錄 C:\Documents and Settings\User\Local Settings\Temporary Internet Files | | %HOMEPATH%\Local Settings\Temporary Internet Files || 網頁暫存目錄 C:\Documents and Settings\User\Local Settings\Temporary Internet Files | ||