string execom=Environment.CommandLine;
string d= Environment.CurrentDirectory;
string ver=Environment.OSVersion.ToString();
ver = Environment.Version.ToString();
string[] dd=Environment.GetLogicalDrives();
string ss=Environment.MachineName;
ss=Environment.NewLine;
ss=Environment.SystemDirectory;
ss=Environment.UserDomainName;
ss=Environment.UserName;
long mem = Environment.WorkingSet;
foreach (DictionaryEntry EnValue in Environment.GetEnvironmentVariables())
{
ss=EnValue.Key.ToString();
ss=EnValue.Value.ToString();
}
ss=Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
ss=Environment.GetFolderPath(Environment.SpecialFolder.Favorites);
ss=Environment.GetFolderPath(Environment.SpecialFolder.Cookies);
ss=Environment.GetFolderPath(Environment.SpecialFolder.System);
ss=Environment.GetFolderPath(Environment.SpecialFolder.Desktop);
Environment.ExitCode=1;
Environment.Exit(1);