把目录下所有文件的文件名转成文本文件,一般在刻录光盘或做索引时用的到。Windows下,点击开始菜单/运行,输入“cmd”,进入dos界面之后,使用tree命令即可实现。
The tree utility recursively displays the contents of directories in a tree-like format. Tree is basically a UNIX port of the tree DOS utility.
Install tree if you think it would be useful to view the contents of specified directories in a tree-like format. |