List Folder Contents to Text File

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • uniquegeek
    Member
    • Oct 2012
    • 45

    #1

    List Folder Contents to Text File

    Thought I'd post this as at some stage one wants to list their folder contents in a text file for any purpose.

    Open Command Prompt in windows

    Navigate to the Parent Folder

    For Eg. [Music]

    Type cd Music

    then then type

    dir/s/a > print.txt

    This will save print.txt file under the Parent Folder. Open it and all the content will be listed there.
Working...