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
You can get the parameters you are asking for by typing:
dir /?
For the full list, try:
dir /s /b /a:d