How do we achieve 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 ls -R command in UNIX.
|
How do we achieve 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 use:
If you need the list without all the header/footer information try this:
(For sure this will work for DOS 6 and later; might have worked prior to that, but I can't recall.) |
|||
|
|
|
You can get the parameters you are asking for by typing:
For the fuil list, try:
|
|||
|
|
|
Nope |
||||
|
|