Some times when we execute commands we got lot of data that we do not want so if you want to search a result on command, you can pipe your command to find command like the below
cmd /c "net start | %SystemRoot%\system32\find /i "Reporter Service"
No comments:
Post a Comment