SUCHE NACH EINEM STRING IN DEN ZONEN FILES
DOWNLOAD DIG_SEARCH_STRING
@echo off echo SUCHE NACH EINEM STRING IN DEN ZONEN FILES echo Suche falsche konfigurierte NS in den Zonen for %%i in (out\*.txt) do call #DIG_TEMP.cmd %%i pause
@echo off echo ------------------------------------------------------------------ set suchstring=asv echo Suche nach %suchstring% in %1 findstr "%suchstring%" %1 >> $SEARCH_4__%suchstring%_RESULT.TXT