I would like to display the directory name followed by the folders that are inside it in order.
I tested the command:
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 were 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 of any command or attribute that does this?