SET Command

Exports each environment variable.  The shell renders the list as a table with path-related items activated as hyperlinks.

XML and Screenshot

The XML contains information about each environment variable.

<environment>
    <
variable>
        <
name>PATHEXT</name>
        <
value>.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH</value>
        <
isfolder>0</isfolder>
    </
variable>
    <
variable>
        <
name>windir</name>
        <
value>C:\WINDOWS</value>
        <
isfolder>1</isfolder>
    </
variable>
</
environment>

The shell renders the list as a table.  Some recognized variables are displayed with icons.

SET command screenshot

Thoughts

See Also