Results 1 to 5 of 5

Thread: Generate a file list

  1. #1
    Will be banned again Roto13's Avatar
    Join Date
    Nov 2005
    Location
    On the INTARWEB
    Posts
    14,570

    Default Generate a file list

    I have 1400 text files in a folder and I want a list of them to send to someone. I'm sure as hell not going to type them all out manually. They're also all in a bunch of different sub-folders, so it would be inconvenient to take screenshots of them. Is there any way to get a list of files in a folder?

  2. #2
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    Open a DOS window, type

    cd c:\whatever\directory\you\need
    dir /b /s > filelist.txt

    Behold the wonders of the command line.

  3. #3
    Will be banned again Roto13's Avatar
    Join Date
    Nov 2005
    Location
    On the INTARWEB
    Posts
    14,570

    Default

    It occurs to me that I'm a giant n00b who doesn't know how to open a DOS window in Window's XP. :P;;

  4. #4
    Meat Puppet's Avatar
    Join Date
    Dec 2003
    Location
    yes
    Posts
    9,983
    Contributions
    • Notable contributions to former community wiki

    Default

    It works in command prompt.
    <tt>Start > All Programs > Accessories > Command Prompt</tt>, or <tt>Start > Run > cmd</tt>

  5. #5
    Will be banned again Roto13's Avatar
    Join Date
    Nov 2005
    Location
    On the INTARWEB
    Posts
    14,570

    Default

    Ok, gotcha. That's a nifty thing to know. Thanks guys.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •