windows使用cmd命令输出文件清单和文件树

输出目录树:
tree /f > d:filetree.txt

输出目录清单:
dir /s /b > d:filelist.txt

原文地址:https://www.cnblogs.com/skysures/p/11478875.html