Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Microsoft Windows Environment Variables

Status
Not open for further replies.

newbieDev

Programmer
Jun 11, 2007
38
US
Hi Everyone,

Does anyone know how to capture windows environment variables for Windows XP in coldfusion/Html? I am trying to use such info for login security.

Any help will be appreciated.

Thanks!
 
You can always send the output of the set command to a text file and load the file in HTML afterwards

C:> set > env.txt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top