close
敬告遊客:
以下內容枯燥無聊,若情非得已不建議進入。
若仍執意進入,當有頭暈嘔吐現象時請盡速離開本篇文章。
1.display all env vars in cmd
#set
2.echo specific env var value in cmd
ex.QMAKESPEC
#echo %QMAKESPEC%
3.set specific env var in cmd
ex.QMAKESPEC
#set QMAKESPEC=win32-msvc2010
4.append value into specific env var in window
ex.PATH
right-click on "my computer"-> content ->Advanced-> Environment variables
find "PATH" and append the path you need
ref:
http://itgroup.blueshop.com.tw/tigerlin901/ptit?n=convew&i=3887
文章標籤
全站熱搜
留言列表