
CODE: [Copy to clipboard][ Last edited by lxmxn on 2008-6-23 at 10:31 PM ]@echo off & SetLocal EnableDelayedExpansion
set /a n=1
for /f "tokens=1,2,*" %%a in (urfile.ext) do (
echo.%%a !n!aa %%c>>newfile
set /a n+=1
)
start notepad newfile
| Quote: | |
|
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |