CODE: [Copy to clipboard]@echo off for /f "tokens=1 delims=:" %%i in ('findstr /c:":Vulnerability" test.txt') do echo %%i pause