比如:ipconfig/all>>d:\ip.txt
新的记录能不能加到上面??而不是原来的一直追加到下面去????应该如何操作???会的指点一下吧`~谢谢了~~~作者: arding 时间: 2006-6-13 10:58 ipconfig/all >temp.txt
copy temp.txt+ip.txt new_ip.txt
del temp.txt
del ip.txt
ren new_ip.txt ip.txt
[ Last edited by arding on 2006-6-13 at 11:12 ]作者: dosnews 时间: 2006-6-13 11:15 请问你这种是属于批处理的吗?如果我想不断的累加呢???作者: electronixtar 时间: 2006-6-13 16:20 >>就是追加的意思