Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/03/2008, 10:04
Avatar de subero
subero
 
Fecha de Ingreso: marzo-2007
Mensajes: 64
Antigüedad: 17 años, 11 meses
Puntos: 0
comando findstr en c#

como ejecutar este comando que es para buscar la palabra pass en los archivos .txt ("findstr","/s \"pass\" *.txt ")

estoy haciendo esto


ProcessStartInfo myProcessStartInfo = new ProcessStartInfo("findstr","/s \"hol\" *.txt ");

su sintaxis por cmd es la siguiente

findstr /s "computer help" *.txt