Windows script host objects, has an environment object...
objWShell.environment(str)
str is Process, System, User, Volatile
Consider converting what you write into a wsh component to call from your
asp page as a better style that's more secure for web app's. There's a tool
for this with the scripting documentation available from msdn.microsoft.com.
tom mallard
seattle
-----Original Message-----
From: morten.waraas@p... [mailto:morten.waraas@p...]
Sent: Wednesday, December 11, 2002 12:30 PM
To: ASP Web HowTo
Subject: [asp_web_howto] System/environment variables
Hi!
How can I read system/environment variables in an ASP-script?
Morten