Re: Shelless SSH - WeOnlyDo Discussion board

Re: Shelless SSH (General questions)

by woddrazen, Tuesday, July 07, 2009, 17:14 (5617 days ago) @ schenkp

Peter,


Here is example how to read environment variable and environment variable values in C#
[code]System.Collections.IDictionary envVars = Environment.GetEnvironmentVariables();
foreach (System.Collections.DictionaryEntry envVar in envVars)
{
Console.WriteLine(envVar.Key + = + envVar.Value);
}[/code]Can you try that and let us know how it goes?


Drazen


Complete thread: