% variables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know where I can get a list of % variables?
By this I mean using %userprofile% instead of typing c:\Document and
Settings\ ,etc. There are others ones also. Is there a comprehensive list
somewhere I can view?
 
If you type "set" at a command prompt, (start > run > cmd), you will get a
list displayed.

Or typing

set > list.txt

will put it into a file

Jon
 
Thanks Jon and S.Sengupta, that's exactly what I wanted.
Thanx.

S.Sengupta said:
Set command without any parameter displays the current environment
settings.
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/set.mspx

regards,
S.Sengupta[MS-MVP]
Does anyone know where I can get a list of % variables?
By this I mean using %userprofile% instead of typing c:\Document and
Settings\ ,etc. There are others ones also. Is there a comprehensive list
somewhere I can view?
 
Back
Top