28 de Octubre 2003

Ejecutar un BAT

He tenido problemas para ejecutar un bat y redirigir la salida a la consola, aqui está el ejemplo:

Process p = null;
ProcessStartInfo psi = new ProcessStartInfo();
psi.FileName = Path.GetFullPath( MOCK_BASE_PATH + "buildMockAssemblies.bat");
psi.WorkingDirectory = Path.GetFullPath(MOCK_BASE_PATH);
psi.UseShellExecute = false;
psi.RedirectStandardOutput = true;
p = Process.Start(psi);
string output = p.StandardOutput.ReadToEnd();
p.WaitForExit();
Console.WriteLine(output);

Posted by rido at 28 de Octubre 2003 a las 01:01 PM
Comments

Atencion pregunta: ¿Se admiten preguntas? Por que supongo que esto no es un consultorio, pero si se puede preguntar avisa... (Solo tengo una pregunta sobre ASP .NET).

Posted by: fatalidad on 28 de Octubre 2003 a las 01:10 PM

Non sibi sed suis - Not for one's self but for one's people

Posted by: free incest and daddy on 10 de Julio 2004 a las 09:28 PM

Patria est communis omnium parens - Our native land is the common parent of us all. (Cicero)

Posted by: mom son toon on 18 de Julio 2004 a las 12:16 PM

Unum necessarium - The one necessary

Posted by: free tranny picture galleries on 18 de Julio 2004 a las 03:56 PM

Libertas inaestimabilis res est - Liberty is a thing beyond all price. (Corpus Iuris Civilis)

Posted by: map on 23 de Julio 2004 a las 05:42 PM

Non omnia possumus omnes - Not all of us are able to do all things (We can't all do everything.) (Virgil)

Posted by: party women pics drunk on 27 de Agosto 2004 a las 10:58 PM
Post a comment