principal vacío de los parásitos atmosféricos args (de la secuencia [])
{
System.Diagnostics.Process p = nuevo System.Diagnostics.Process ();
p.StartInfo.WorkingDirectory = firebirdInstallationPath;
p.StartInfo.UseShellExecute = falso;
p.StartInfo.RedirectStandardOutput = verdad;
p.StartInfo.FileName = “gsec.exe”;
p.StartInfo.Arguments = “- agregar el prager - picovatio reserva”;
p.Start ();
p.WaitForExit ();
encadenar la salida = p.StandardOutput.ReadToEnd ();
}
|