I want to have a look into my Environment variables as a text file into XP Professional. Is there any way?
Answer
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"
No comments:
Post a Comment