05-05-2012, 07:01 PM
I was fooling around with batch and found a cool way to display a list of environment variables. Works as well for the script's session variables, so you can easily see what they contain as well.
Code:
@echo off & cls & set %x% & pause