avery_larry wrote:Code: Select all
yourcommandhere | find /i "the text you're looking for"
if not errorlevel 1 (
echo The stuff you want to do
echo goes here
)
Thank you !! this works for me
avery_larry wrote:Code: Select all
yourcommandhere | find /i "the text you're looking for"
if not errorlevel 1 (
echo The stuff you want to do
echo goes here
)