返回列表 发帖
@echo off
(For /f "tokens=2* delims=:" %%i in ('Findstr /n ".*" "*.txt"') do If "%%i"=="1" echo %%j)>1.txt
pauseCOPY

TOP

返回列表