• This topic has 20 replies, 18 voices, and was last updated 9 years ago by diandra-spam.
Viewing 21 posts - 1 through 21 (of 21 total)
  • How do I print a list of files in a folder?
  • 40mpg
    Full Member

    I want to print a list of the files in a folder (or copy/paste the list to a document). Only way I can see is ctrl/prtScn in to Word. Is there a better way to do this (ie something i can edit too) or some software to do this?

    Ta

    nbt
    Full Member

    open a dos prompt in that folder (shift and right click, open command prompt here
    type this:

    dir > c:\list.txt

    This will give you a directory listing in a text file called “list.txt” on the root of your C drive. Change the name and / or location of your output file to suit

    cranberry
    Free Member

    dir /b > c:\list.txt is better if you only want the file names.

    johnners
    Free Member

    You can edit the registry to allow it from Explorer but I always use the nbt method.

    5thElefant
    Free Member

    At the dos prompt:

    dir > myfiles.txt

    Gary_M
    Free Member

    Would a screen grab not be easier?

    Ah forget that, I didn’t read the copy/paste bit.

    DezB
    Free Member

    Download Hyena. Browse to the folder in the left pane and double-click. In the right pane, select all the folders. From the menu bar select COPY. Highlight the fields you want. Paste into Word, Excel or Notepad.
    I’d do what nbt said, but I’m a bit bored.

    40mpg
    Full Member

    Cheers!

    Dear Father Christmas Mr Bill Gates

    Please can you add a function to copy & paste the list of file names in explorer

    Yours,
    40mpg

    zilog6128
    Full Member

    Dear Mr Bill Gates

    Please can you add a function to copy & paste the list of file names in explorerHasn’t he ripped off enough Mac functionality already? 😀

    chaos
    Full Member

    This lot do some handy software for files and folders including this freebie:-

    http://www.jam-software.com/filelist/

    bristolbiker
    Free Member

    open a dos prompt in that folder (shift and right click

    I did not know that. Nice.

    johnners
    Free Member

    Please can you add a function to copy and paste the list of file names in explorer

    *

    Happy Christmas 40mpg!

    *Well, nearly!

    tinribz
    Free Member

    Had one that listed sub folder contents but cant find it, googled this though:

    Open notepad paste this in:

    dir /a /b /-p /o:gen >C:\WINDOWS\Temp\file_list.txt
    start notepad C:\WINDOWS\Temp\file_list.txt

    save the notepad file as list.bat on your desktop or anywhere.

    Copy the bat file to the directory you want to list the contents of, then double click it.

    redthunder
    Free Member

    Folder size would be nice in a windows app.

    In the hope to see where the money shots are in directory size.

    portlyone
    Full Member

    Yep, I use .bat files to automate parts of the circus.

    mark90
    Free Member

    Folder size would be nice in a windows app.

    In the hope to see where the money shots are in directory size.

    This any use?

    TreeSize

    Cougar
    Full Member

    Open a dos prompt in that folder (shift and right click

    Run regedit.

    Go to hkey_classes_root\directory\shell\cmd

    Delete the “extended” key in the other window.

    Hey presto, you don’t need to press Shift any more, the option’s always there.

    cranberry
    Free Member

    Treesize is most handy for showing what dirs are using all the HD space. If you are doing a lot with files/dirs then TotalCommander is excellent ( there is a learning curve, so you might swear at it before you swear by it).

    kevj
    Free Member

    Long winded version here. Download winrar, zip em all up. Open zip file and export to a variety of file types.

    takisawa2
    Full Member

    What a bloody faff.
    Typical IT logic in thinking it would be good to have to use a command prompt in this day & age.

    redthunder
    Free Member

    ^^

    TreeSize worked a treat. Thanks guys.

    Cleared up a stack of space… found an installation of CoD at 4 gig I forgot about in past.

    Everything must go 🙂

Viewing 21 posts - 1 through 21 (of 21 total)

The topic ‘How do I print a list of files in a folder?’ is closed to new replies.