C# llama al compilador TC
p.StartInfo.RedirectStandardError = true;
p.StartInfo.CreateNoWindow = false;
string command = "-Incluir -Llib ruta absoluta al saludo. c";
p.StartInfo.Arguments = comando;
p.Start();
p.StartInfo.RedirectStandardError = true;
p.StartInfo.CreateNoWindow = false;
string command = "-Incluir -Llib ruta absoluta al saludo. c";
p.StartInfo.Arguments = comando;
p.Start();