Example: for /? | if (this stream has word "the" in it) {echo the line with "the"} I need somehow to analyze the text in the redirected stream
|
|
Use pipes, using the vertical bar, "|". For the example: Pipe the output of for into find:
First few lines of the output:
|
||
|
|
|
|
http://www.febooti.com/products/command-line-email/batch-files/ms-dos-command-redirection.html This website has good information on the different types of piping your can do in dos |
||
|
|
