Aug 4, 2010

Dir to text file: dir *.* /s /b > files.txt

Save all files under the folder and all of its sub files to a text file, this switches can also be changed to your liking:

dir *.* /s /b > files.txt

done.

No comments:

Post a Comment