statische nietige Leiding (koord [] args)
{
System.Diagnostics.Process p = nieuwe System.Diagnostics.Process ();
p.StartInfo.WorkingDirectory = firebirdInstallationPath;
p.StartInfo.UseShellExecute = vals;
p.StartInfo.RedirectStandardOutput = waar;
p.StartInfo.FileName = „gsec.exe“;
p.StartInfo.Arguments = „- voeg prager toe - pw boeken“;
p.Start ();
p.WaitForExit ();
koord output = p.StandardOutput.ReadToEnd ();
}
|