How can i export my directory tree to txt file. I dont want files just the directory with folders structure. There is same shareware available which can do the trick but it has limitations.
Dir /s > test.txt also shows all files.
It will recursively list all diretories. It'll also show the current and parent as well though (that's "." and ".."), so you might want to clean it up with findstr /v or something.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.