|
发表于 2006-3-29 19:04:35
|
显示全部楼层
Use the follwing command in DOS Prompt:
tree > test.txt or tree /f > test.txt
* Then open test.txt with Nopad, you will see the directory structure like that,
or you can add a /f parameter to include files in the directory in the list. |
|