• 0

List All Files/Folders In A Folder


Question

5 answers to this question

Recommended Posts

  • 0

You don't need a program, you can do this in cmd. Start->run->cmd.exe, then cd into the directory that you want to list. then run the command:

dir /B /S >> filelist.txt

/B makes it only list the files and folders without dates etc, and /S makes it recursive for all folders under the current folder. The list of files are outputted to a file called filelist.txt.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.