System.Security.SecureString a = new System.Security.SecureString();
a.AppendChar('1');
a.AppendChar('1');
a.AppendChar('1');
Process.Start(@"c:\windows\system32\cmd.exe", "test",a,"");
Directory.SetCurrentDirectory(@"c:\users\public");