15,050
edits
mNo edit summary |
(→環境變數) |
||
| Line 45: | Line 45: | ||
* %windir%\network diagnostic\xpnetdiag.exe 即「Windows XP的網路診斷」對應到 C:\WINDOWS\network diagnostic\xpnetdiag.exe | * %windir%\network diagnostic\xpnetdiag.exe 即「Windows XP的網路診斷」對應到 C:\WINDOWS\network diagnostic\xpnetdiag.exe | ||
|- | |- | ||
| %HOMEPATH% 或 %UserProfile% || 使用者的家目錄(user home directory) C:\Documents and Settings\ | | %HOMEPATH% 或 %UserProfile% || 使用者的家目錄(user home directory) ,%username% 即 使用者帳號 | ||
* ('''XP''') C:\Documents and Settings\%username% | |||
* ('''Vista''', '''Windows 7''') C:\Users\%username% | |||
|- | |- | ||
| %HOMEPATH%\My Documents || 我的文件 C:\Documents and Settings\User\My Documents | | %HOMEPATH%\My Documents || 我的文件 C:\Documents and Settings\User\My Documents | ||