Monday, November 10, 2008

Environ( "Temp" )


Environ( "Temp" ) returns the windows temp path. You can use the 'SET' command from a cmd window in windows to view all the envionment variables, e.g.
        HOMEDRIVE=C:
        HOMEPATH=\Documents and Settings\Jakob Majkilde
        LOGONSERVER=\\MAJKILDE-LAPTOP
        NUMBER_OF_PROCESSORS=2
        OS=Windows_NT

1 comments:

Finn L. Knudsen said...

More env. vars. here
http://vlaurie.com/computers2/Articles/environment.htm

 
Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.