新建记事本,后缀名改成.bat

@echo off 

for /L %%x in (1,1,10) do @echo %%x>%%x.doc

 

批量创建.doc文档,用于测试_后缀名