然后我运行下
for /r D:\batch\test %%a in (*.doc *.txt *.xls) do echo %%a
结果是:
D:\batch\test\1.xls
D:\batch\test\Folder\1.xls
D:\batch\test\Folder1\New text file.txt
D:\batch\test\Folder2\New Microsoft Word 文書.doc
D:\batch\test\Folder2\New text file.txt
[ Last edited by xxuu on 2008-5-28 at 11:34 AM ]作者: bsmqu 时间: 2008-5-28 11:36 for /r i:\tddownload %i in (*.doc *.txt *.xls *.td) do @echo %i
我这个运行成功。楼主看看吧