printenv - Windows command-line utility to print the values of environment variables
printenv [variable...]
The printenv(1w) utility prints all or part of the environment. If no arguments are given, printenv prints the entire environment. If one or more variable names are given, it prints the value of each one that is set, and nothing for each one that is not set.
Possible exit-status values are: