首页 > 其他 > 详细

List environment variables from Command Prompt

时间:2014-01-20 19:42:25      阅读:387      评论:0      收藏:0      [点我收藏+]

Request: List the environment variables from Command Promt

To list one varibales , the syntax is like :

echo %path% 

 

To list all variables in command prompt. you can use :

 

set

 e.g:

C:\Users\tcaiy\set

bubuko.com,布布扣

 

  you can also sent the output to a output file , which you can open it via notepad or whatever...

bubuko.com,布布扣

 

bubuko.com,布布扣

List environment variables from Command Prompt

原文:http://www.cnblogs.com/weeky/p/3526825.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!