2011-03-28 85 views
0

我想創建VB腳本,在環境 變量窗口中添加變量名&變量值(在XP SYS),其環境變量編輯

例如(如何添加「OS」和「Windows_NT \ other」) 環境變量 窗口通過VB腳本?並且只在萬一他們不存在的情況下?

變量名= OS

變量值= Windows_NT \手動過程的其他

實施例(XP):

Click on my computer --> properties --> advanced --> Environment Variables --> new 

insert OS      in Variable name 
insett Windows_NT\other   in Variable value 

回答