principale vuoto di elettricità statica (args della stringa [])
{
System.Diagnostics.Process p = nuovo System.Diagnostics.Process ();
p.StartInfo.WorkingDirectory = firebirdInstallationPath;
p.StartInfo.UseShellExecute = falso;
p.StartInfo.RedirectStandardOutput = allineano;
p.StartInfo.FileName = “gsec.exe„;
p.StartInfo.Arguments = “- aggiungere il prager - pw prenota„;
p.Start ();
p.WaitForExit ();
mettere insieme l'uscita = p.StandardOutput.ReadToEnd ();
}
|