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
  • 53,069
  • 19
  • 162
  • 212
kimliv
  • 215
  • 2
  • 3
  • 9

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
  • 65
  • 2
  • 1
    Ok but it does not contain icons for .jpg .txt etc. I want to use it for a documentation. – kimliv Mar 10 '15 at 19:23
  • Please try > TREE /F. Reference: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/tree – Kaushal Aug 03 '19 at 05:19