utan laga kraft huvudsakligt för statisk elektricitet (stränga [] args),
{
System.Diagnostics.Process p = ny System.Diagnostics.Process ();
p.StartInfo.WorkingDirectory = firebirdInstallationPath;
p.StartInfo.UseShellExecute = falskt;
p.StartInfo.RedirectStandardOutput = true;
p.StartInfo.FileName = ”gsec.exe”;
p.StartInfo.Arguments = ”- tillfoga prager - pw bokar”;
p.Start ();
p.WaitForExit ();
stränga tillverkat = p.StandardOutput.ReadToEnd ();
}
|