How do we achieve a recursive directory listing in DOS?
I\'m looking for a command or a script in DOS which can give me the recursive directory listing similar to
dir /s /b /a:d>output.txt will port it to a text file
dir /s /b /a:d>output.txt