for /f "skip=1" %%i in (%temp%\时间列表-含行号.ttt) do (echo%%i)&&(goto :eof)
这个不行,全部内容都显示了
运行结果如下
C:\Documents and Settings\Administrator>echo off
for /f "skip=5" %i in (%temp%\时间列表-含行号.ttt) do (echo/%i)&&(goto :eof)
2007-06-04
2007-05-28
2007-04-24
2007-04-21
2007-02-24
2007-01-30
2006-11-30
2006-09-27
2005-02-09
那位能解释一下?谢谢了
Last edited by wjh6088 on 2007-7-13 at 01:18 AM ]