I want to have a look into my Environment variables as a text file into XP Professional. Is there any way?

link|improve this question

59% accept rate
feedback

1 Answer

up vote 5 down vote accepted

Using the set at the command prompt will list all of your environment variables. So, you can just pipe the output of the set command to a file, like this:

set > "\path\to\file.txt"
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.