创建:
wmic ENVIRONMENT create name="变量名",username="
修改:
wmic ENVIRONMENT where "name='变量名' and username='
删除:
wmic ENVIRONMENT where "name='变量名'" delete
分类: Web开发
2013-04-28 12:02:10
SET PIP_SERVER=10.112.9.91
或
SET AUTO_HOME=D:\\ETL
创建:
wmic ENVIRONMENT create name="变量名",username="
修改:
wmic ENVIRONMENT where "name='变量名' and username='
删除:
wmic ENVIRONMENT where "name='变量名'" delete