M HYPE SPLASH
// general

How can I visualize the folders and files as a tree on Windows?

By Andrew Adams

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

2

1 Answer

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

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy