# 获取当前目录及子目录下所有文件名
dir /s/b *.* > list.txt
【cmd】win下获取文件列表
最新推荐文章于 2024-07-21 01:00:13 发布
# 获取当前目录及子目录下所有文件名
dir /s/b *.* > list.txt