LJY4.0 当前离线
四级士官
TOP
@echo offfor /f "delims=" %%a in (test.txt) do (for /f "tokens=1-2 delms=^|" %%b in ("%%a") do (echo %%a>%%b-%%c.dat))COPY
评分人数