%allusersprofile%
說明:所有使用者的配置檔案總目錄
對應路徑:c:\documents and settings\all users
%userprofile%
說明:指當前使用者的配置檔案目錄
對應路徑:c:\documents and settings\weste
%homepath%
說明:指當前使用者的配置檔案目錄
對應路徑:c:\documents and settings\weste
%systemdrive%
說明:系統所在盤
對應路徑:c:\
%homedrive%
說明:系統所在盤
對應路徑:c:\
%windir%
說明:系統所在目錄
對應路徑:c:\windows
%systemroot%
說明:windows所在目錄
對應路徑:c:\windows
說明:這個是系統的臨時資料夾所在目錄
對應路徑:c:\documents and settings\owner\local settings\temp
說明:這個是系統的臨時資料夾所在目錄
對應路徑:c:\documents and settings\owner\local settings\temp
%programfiles%
說明:program files程式安裝目錄
對應路徑:c:\program files
%commonprogramfiles%
說明:common files目錄
對應路徑:c:\program files\common files
%comspec%
說明:cmd.exe檔案路徑
對應路徑:c:\windows\system32\cmd.exe
%logonserver%
說明:cmd.exe檔案路徑
對應路徑:\\icech
Windows環境變數
說明 系統檔案盤為c盤,作業系統為windows xp 登入使用者名為weste 計算機名為icech 說明 不同的作業系統如windows xp和windows 2000相對應的一些路徑是不同的,這裡只介紹winxp相對應的路徑!allusersprofile 說明 所有使用者的配置檔案總目錄 對...
windows 環境變數
1 考慮下面的需求,進入cmd之後,我就想執行mysql客戶端命令,而這需要轉到mysql安裝目錄,找到mysql可執行檔案,在這個目錄下執行mysql命令。這樣太麻煩,有沒有好的解決辦法?2 使用環境變數,變數名為mysql home,變數值為c program files x86 mysql m...
windows 環境變數
今天在windows下安裝了openssh,就想在windows下也新增乙個伺服器位址的環境變數,新增是會了,引用卻不會,網上也沒找到相應的文章,就自己看了看別人的bat程式,然後找到了引用變數的方法 首先,在linux下,引用環境變數使用 符號 在windows下,顯示環境變數用set就好了 我改...