I'd like to know if it's possible from windows command line to list ALL environment variables.
Something equivalent to powershell gci env: (or ls env: or dir env:).
Thanks in advance.
|
I'd like to know if it's possible from windows command line to list ALL environment variables. Something equivalent to powershell Thanks in advance. |
||||
|
|
|
Just do
You can also do |
|||
|
|