Well, I found a very simple solution to this.
Launch Windows command prompt, Navigate to the root folder ( say c:\temp)
C:\Temp> dir /s /b > filenames.txt
/s -> includes all subdirectories
/b -> will inlcude only file name ( no attributes, date created etc)
No comments:
Post a Comment