

CODE: [Copy to clipboard]你把这句拷下保存为 abc.cmd , 然后用鼠标把你的那个1.txt拉上去。@echo off
for /f %%i in ('type %1') do echo gogo %%i>>%1
CODE: [Copy to clipboard][ Last edited by zw19750516 on 2008-4-9 at 12:33 AM ]@echo off
for /f "delims=" %%i in (1.txt) do echo goto%%i>>2.txt
start 2.txt
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |