**程序員好助手windows環(huán)境變量管理器Rapid Environment Editor**

程序員好助手windows環(huán)境變量管理器Rapid Environment Editor

[Rapid Environment Editor 官方網(wǎng)站] (http://www.rapidee.com/ )

[Rapid Environment Editor 命令行參數(shù)說明(英文)](http://www.rapidee.com/en/command-line

開發(fā)環(huán)境經(jīng)常需要自己配置windows環(huán)境變量,而windows自帶環(huán)境變量編輯功能已經(jīng)有十幾歲年沒變過了吧?

如果你經(jīng)常需要查看或者修改windows環(huán)境變量,那么Rapid Environment Editor是個很不錯的工具。

作者依山居 2015/10/31 周六 8:03:33.14 鏈接: http://my.oschina.net/ysj/blog/524245

![Uploading FiKE1_245072.png . . .]
"如圖Rapid Environment Editor圖形界面,左為系統(tǒng)變量,右邊為當前用戶的用戶環(huán)境變量"

Rapid Environment Editor 還支持以命令行的形式對windows環(huán)境變量進行增刪,
可以在批處理中使用。

#這是我用來設(shè)置cmd prompt的。在rapidee當前下執(zhí)行,重啟CMD可以看到效果。
rapidee.exe -S -M PROMPT $d$t$_$p$g

[Rapid Environment Editor 命令行參數(shù)說明(英文)](http://www.rapidee.com/en/command-line ):

rapidee -S [-C] [-E] [-U | -M] variableName newValue

-S
set value
-C
cleanup variable value (remove duplicate paths and empty elements)
-E
if variable doesn't exist then create it as expandable
-U
process user variables (default option)
-M
process system (machine) variables
Command line    Result
rapidee -S foo a;b;c;;b foo=a;b;c;;b
rapidee -S -C foo a;b;c;;b  foo=a;b;c
Insert value

rapidee -I [-C] [-E] [-U | -M] variableName value

-I
insert value
Command line    Result
rapidee -S foo a;b
rapidee -I foo c    
foo=c;a;b
Append value

rapidee -A [-C] [-E] [-U | -M] variableName value

-A
append value
Command line    Result
rapidee -S foo a;b
rapidee -A foo c    
foo=a;b;c
Remove value

rapidee -R [-C] [-U | -M] variableName value

-R
remove value
Command line    Result
rapidee -S foo a;b;c
rapidee -R foo b    
foo=a;c
Delete variable

rapidee -D [-U | -M] variableName

-D
delete variable

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容