
CODE: [Copy to clipboard]@echo off&setlocal
for /f "tokens=2,3 delims=-: " %%a in (1.txt) do (
call:ansipeter %%a %%b
)
goto:eof
:ansipeter
if "%2" NEQ "" (set/p=%1,%2<nul&echo.) else (set/p=%1,<nul)
goto :eof
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |