循环从1-100 每次生成一个txt文件 内容为循环的数字
>for /l %%a in (1,1,100) do echo %%a >%%a.txt
COPYc:\2014.xlse:\2014.xlspause把上面两条语句存成1.bat,看有什么提示。