DOS list all files in folder recursively

D:\currentdir> dir /s/b/o:gn >allfiles.txt

This command lists all the files recursively in the D:\currentdir  and dumps the file's path into the test file allfiles.txt.

Thanks.

No comments:

Post a Comment