Make a list of files using the Command Line

Published on Author JFLeave a comment

This one is super easy:

  1. Open a Command window (on Windows, of course)
  2. CD to your directory
    1. Did you know you can type “cd” then drag the folder path from an open Windows Explorer window onto the command window and it will copy the path for you?
  3. Type: dir > filelist.txt
  4. Now look in that folder for a file called “filelist.txt”.

Done.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.