Recursive directory listing in DOS

后端 未结 5 534
轻奢々
轻奢々 2020-12-12 11:48

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

5条回答
  •  旧巷少年郎
    2020-12-12 12:12

    You can get the parameters you are asking for by typing:

    dir /?
    

    For the full list, try:

    dir /s /b /a:d
    

提交回复
热议问题