0
I would like to display the directory name followed by the folders that are inside it in the order.
I tested the remote:
dir /s /b /o:g /ad
And the output was generated like this:
C:\Users\JG\Pictures\Animes
C:\Users\JG\Pictures\Series
C:\Users\JG\Pictures\Nova pasta
C:\Users\JG\Pictures\Series\Teen Wolf
But I wish it was generated like this:
C:\Users\JG\Pictures\Animes
C:\Users\JG\Pictures\Series
C:\Users\JG\Pictures\Series\Teen Wolf
C:\Users\JG\Pictures\Nova pasta
Does anyone know any command or attribute that does this?
The Tree command meets?
– DiegoSantos
With the Tree command I get an output like this? Why do I need to record this output in a file and then play in Excel.
– Miu in Wonderland
You can do Tree > example.txt
– DiegoSantos
It worked with Tree, but I couldn’t get a nice way out. txt gets a few more characters... But that’s something. Thanks!
– Miu in Wonderland