:B
md .\记录
copy %ii%.txt ".\记录\%ii%.txt"
del *.txt
cls
goto E
:C
md 记录
copy %ii%.txt ".\记录\%ii%.txt"
cls
goto E
:D
if %ii%.txt (
type \%ii%.txt.txt
) else (
type ".\记录\%ii%.txt"
)
PAUSE
cls
goto E
:F
end
不知楼主的思路是什么, 稍微修改了一下...
[ Last edited by pengfei on 2006-9-21 at 02:19 ]作者: killer05 时间: 2006-9-21 04:29 标题: 呵呵 SORRY了,是我的思路错了