• Generate a list of all files in a folder

    Home » Forums » AskWoody support » Windows » Windows – other » Generate a list of all files in a folder

    Author
    Topic
    #464409

    This should be easy. How can I generate a simple text list of the file names for every file in a folder using Windows Explorer?

    Viewing 4 reply threads
    Author
    Replies
    • #1188533

      This should be easy. How can I generate a simple text list of the file names for every file in a folder using Windows Explorer?

      Don’t think there is an easy built in option, other than using a DOS batch file. But there are several free utilities that can do this. I use Karen’s Directory Printer.

      Chris

    • #1188534

      Great utility, Chris! It’s exactly what I was looking for.
      Let’s hear it for Karen’s Power Tools!
      Dave

    • #1188717

      OR, the real easy way:

      start / run and type in:
      cmd /c “dir c:directorysubdir > dir.txt & notepad dir.txt”
      hit enter

      Which will open a directory listing of c:directorysubdir in notepad.
      You can also use the /o parameters on dir to sort by name, size, date or whatever and the /b option to just get a list of file names.

      DOS lives!

      Jock

    • #1188756

      Agreed! And, of course, BATch files…

      BATcher

      Plethora means a lot to me.

    • #1188891

      If you are interested in printing the list rather than saving to a file, i recommend TreeSizeFree. They have a free and a paid version. You can right click any folder to execute TreeSizeFree. TreeSizeFree then allows you to print the directory to a printer. It is very flexible, has tons of options, and most important FREE.

    Viewing 4 reply threads
    Reply To: Generate a list of all files in a folder

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: