Pages

Thursday, January 26, 2012

Windows shells

List all env variables

set > C:\env_list.txt

using env variable
echo %windir%


power shell command
Get-ChildItem Env:  
 

No comments:

Post a Comment