Reputation: 11
I tried searching for a command that could list all the file in a directory as well as subfolders using a command prompt command.
I have read the help for "dir" command but coudn't find what I was looking for.
Please help me what command could get this.
Upvotes: 1
Views: 100
Reputation: 715
Seems you are looking for tree /F
Check out it here: https://www.computerhope.com/treehlp.htm
Upvotes: 1