Copy list of file names to text file

  1. Open a command prompt (Start -> Run -> "cmd" -> Enter)
  2. Navigate to the directory you want to list the files in.
  3. Enter "dir > c:\list.txt" and press Enter.
Open the newly created text file C:\list.txt and you'll have the complete list of files.

No comments:

 Python Basics How to check the version of Python interpreter mac terminal

Popular in last 30 days