You don't need to shout.
And maybe if you could explain a bit more of the context that you need the
DOS variables, for example, where
exactly in your _ASP.NET_ _web application_ do you need the DOS variable as
opposed to a NT/2k/XP system
environment variable?
"welliton alves toledo" <welliton@r...> on 08/05/2002 03:37:15
PM
Please respond to "ASPX_Professional" <aspx_professional@p...>
To: "ASPX_Professional" <aspx_professional@p...>
cc:
Subject: [aspx_professional] Re: DOS Variable
This example don't return DOS variables!!
>
Try :
string environmentVariable = System.Environment.GetEnvironmentVariable
("NAME");
"welliton alves toledo" <welliton@r...> on 08/05/2002 02:47:42
PM
Please respond to "ASPX_Professional" <aspx_professional@p...>
To: "ASPX_Professional" <aspx_professional@p...>
cc:
Subject: [aspx_professional] DOS Variable
Someone know how to getting environment dos variable?
Wat.