1

How can I visualize all sub folders and files of an self-defined root folder on Windows?

The result should be something like this:

enter image description here

Giacomo1968
  • 58,727
kimliv
  • 215

1 Answers1

2

just type TREE at the command prompt, you can direct the output to a file if you want TREE> directory.txt

Mr. J
  • 75