生成某种文件的路径列表

for /r "F:\Temp" %%a in (*.bat) do echo %%a>>.\list.txt
posted on 2016-10-18 16:29  思静  阅读(183)  评论(0编辑  收藏  举报