把以下内容存为test.txt
C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
C:\WINDOWS\system32\Macromed\Flash\mms.cfg
C:\WINDOWS\system32\Macromed\Flash\Flash32_16_0_0_235.ocx
C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_16_0_0235_ActiveX.exe
C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_16_0_0235_ActiveX.dll
C:\WINDOWS\system32\Macromed\Flash\active.vch
C:\WINDOWS\system32\Macromed\Flash\FlashInstall.log
代码如下:
@echo off
for /f "delims=" %%i in ('type test.txt^|findstr "ocx"') do (
echo %%~nxi
)
pause