[Solved] find or findstr prompt issue
Posted: 23 Jul 2011 12:11
is there a way to suppress the find or findstr prompt in case no input is detected by those application
as this will stop any further processing and leaving you in the prompt entering helpless key strokes.
if this prompt is suppressed thus this will help to continue the batch file processing or doing anything alternatively in case of no output
HELPLESS PROMPT
any idea
as this will stop any further processing and leaving you in the prompt entering helpless key strokes.
if this prompt is suppressed thus this will help to continue the batch file processing or doing anything alternatively in case of no output
HELPLESS PROMPT
Code: Select all
find "string" &rem press enter
ghj
string
string
rgujp
...
...
...
keep entering keypresses or press CTRL+C to quit
any idea