Static leeres Haupt (Schnur [] args)
{
System.Diagnostics.Process p = neues System.Diagnostics.Process ();
p.StartInfo.WorkingDirectory = firebirdInstallationPath;
p.StartInfo.UseShellExecute = falsch;
p.StartInfo.RedirectStandardOutput = ausrichten en;
p.StartInfo.FileName = „gsec.exe“;
p.StartInfo.Arguments = „- prager addieren - pw anmeldet“ ";
p.Start ();
p.WaitForExit ();
Ausgang = p.StandardOutput.ReadToEnd aufreihen ();
}
|