Hello, if you want to generate your project structure in windows 10 just follow my step below
- Go to the folder that you want to generate
- go to search bar and type cmd
than you will see the terminal
- type this command in the terminal
tree /f /a tree /f /a > tree.txt
You also can generate the file that you need Example: docs
- then you can see your file
thank you and also forgive me for my English.
Top comments (4)
I used the both @visothseng and @iamtekson step, but it only show this error (in my CMD):
'tree' is not recognized as an internal or external command,
How to fix this error? I can install anything for that?operable program or batch file.
I think you typed
tree /f /a
twice. Please replace step 3 with the following,PS: Please update your step numbers also.
Thanks man!
I can't use @visothseng command above. I can install something? Or another way to fix this error?