同样是:
for /f "tokens=5,6,9 delims==>" %%i in ('findstr "漫游字幕组" tmp.txt^|findstr "href"') do @echo %%i
在XP运行正常但是在2K下提示:
findstr:没有搜索字符串
for /f "tokens=5,6,9 delims==>" %%i in ('findstr "漫游字幕组" tmp.txt^|findstr "href"') do @echo %%i
在XP运行正常但是在2K下提示:
findstr:没有搜索字符串
