Name: Anonymous 2010-08-05 14:22
Halp plz
I need to write a batch file which displays every environment variable in a specific format (something like <variable name> has the value of %variable%)
I know just using set will list everything, but it won't format it the way I need it. And I know I can show a specific one by doing like echo Path is %path%
Thanks!
I need to write a batch file which displays every environment variable in a specific format (something like <variable name> has the value of %variable%)
I know just using set will list everything, but it won't format it the way I need it. And I know I can show a specific one by doing like echo Path is %path%
Thanks!