Monday 6 February 2023

List all files in all subfolders

List all Files Recursively

C:\>dir /s

To save them to a file

C:\>dir /s /b>filelist.txt

View them a page at a time

C:\>dir /s | more

No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Blog Archive