飞六网

标题: 显示windows下各分区文件目录 [打印本页]

作者: fufei    时间: 2013-8-5 11:08
标题: 显示windows下各分区文件目录
在DOS下
dir d: >c:filelist.txt
这样在C盘下就生成了一个filelist.txt的文档 写的就是D盘的文件目录.
如果你认为不够全的话.
可以用:
dir d: /s >c:filelist.txt
再简单点用
dir d: /s /b >c:filelist.txt
cd            敲回车键(Enter键) tree /f >c.txt 敲回车键 d:             敲回车键 tree /f >d.txt 敲回车键 e:             敲回车键 tree /f >e.txt 敲回车键         .         .         .      想要在哪个盘执行就进哪个盘敲命令。 exit           敲回车键 退出CMD




欢迎光临 飞六网 (http://fly666.com/bbs/) Powered by Discuz! X3