14,954
edits
(add %HOMEPATH%\Local Settings\Temporary Internet Files) |
m (→環境變數) |
||
| Line 41: | Line 41: | ||
| <div style="background:#E0EDEE">環境變數</div> || <div style="background:#E0EDEE">說明</div> | | <div style="background:#E0EDEE">環境變數</div> || <div style="background:#E0EDEE">說明</div> | ||
|- | |- | ||
| %SystemRoot% || Windows的安裝目錄,例如c:\windows或 C:\WINNT | | %SystemRoot% 或 %windir% || Windows的安裝目錄,例如c:\windows或 C:\WINNT | ||
|- | |- | ||
| %HOMEPATH% 或 %UserProfile% || 使用者的家目錄 C:\Documents and Settings\User | | %HOMEPATH% 或 %UserProfile% || 使用者的家目錄 C:\Documents and Settings\User | ||
| Line 53: | Line 53: | ||
| %AppData% || 應用程式資料的儲存目錄 C:\Documents and Settings\User\Application Data | | %AppData% || 應用程式資料的儲存目錄 C:\Documents and Settings\User\Application Data | ||
|- | |- | ||
| %Temp% || 暫存目錄 C:\Documents and Settings\User\Local Settings\Temp | | %Temp% 或 %Tmp% || 暫存目錄 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 | ||