Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: File list output  (Read 2775 times)

0 Members and 2 Guests are viewing this topic.

Danny Lx

  • Guest
File list output
« on: June 30, 2005, 11:03:06 PM »
How can I copy the list of files in Windows Explorer to a file for later editing?

Many thanks!

Fed

  • Moderator


  • Sage
  • Thanked: 35
    • Experience: Experienced
    • OS: Windows XP
    Re: File list output
    « Reply #1 on: June 30, 2005, 11:08:49 PM »
    Highlight the files, right click & select copy, create the new directory, open it, right click & select paste.
    Is this a trick question?  :)

    Danny Lx

    • Guest
    Re: File list output
    « Reply #2 on: July 01, 2005, 12:32:29 AM »
    Thank you, Fed.  

    You can be rest assured that this is not a trick question because all I need is the names of the files (I need to make a list of files on my computer), not the files.

    I knew how to do it in DOS (which I forgot) but not anymore with Windows.

    Fed

    • Moderator


    • Sage
    • Thanked: 35
      • Experience: Experienced
      • OS: Windows XP
      Re: File list output
      « Reply #3 on: July 01, 2005, 12:42:34 AM »
      OK, this is a strange request but I guess you have your reasons.
      Open a dos promt, navigate to the directory containing the files and type dir to display the files.
      Then highlight the files with the left mouse button.
      Then right click.
      Then go back into Windows & open a notepad or something.
      Then a single left click to get a curser in your notepad.
      Then hit Ctrl + V to paste.

      Short answer, in a dos screen, right click copies highlighted stuff. (It pastes too)

      Danny Lx

      • Guest
      Re: File list output
      « Reply #4 on: July 01, 2005, 12:54:25 AM »
      I tried but cannot cut and paste from the DOS screen.  Is there something I have missed?

      Danny Lx

      • Guest
      Re: File list output
      « Reply #5 on: July 01, 2005, 12:59:20 AM »
      I want to show you why I need to do this.

      While I am backing up some files from my computer, I also want to make a catalogue of the CDs, showing what files are contained in each CD.

      Is there a better way to do it?

      Fed

      • Moderator


      • Sage
      • Thanked: 35
        • Experience: Experienced
        • OS: Windows XP
        Re: File list output
        « Reply #6 on: July 01, 2005, 01:17:26 AM »
        I bet there's software that will do all that for you.
        Same for picture albums I think.
        Let's see what other posters come up with, this girlie stuff ain't really my thing.  ;D Just kidding.

        viking



          Adviser
        • miaow-miaow 2.0 for networks
        • Thanked: 1
          Re: File list output
          « Reply #7 on: July 01, 2005, 04:30:14 AM »
          I don't know how to do it in Windows Explorer.


          But, with command prompt, here it is.
          You may check the command prompt command "dir".
          For example, dir /B shows you just the names of the files in the current directory.

          Start->Run->here you write "cmd" (whithout the quotation marks).
          Then use the comand "cd" to change to your current directory, that one you want to list. And there use the command "dir /B".  Or "dir /B /S" -- recursively list the file names, directory and subdirectory names of the current folder.
          "dir /?" shows you and explains the options of the dir command.

          merlin_2

          • Guest
          Re: File list output
          « Reply #8 on: July 01, 2005, 04:37:58 AM »

          Fed

          • Moderator


          • Sage
          • Thanked: 35
            • Experience: Experienced
            • OS: Windows XP
            Re: File list output
            « Reply #9 on: July 01, 2005, 03:01:08 PM »
            Different dos maybe, I'm using cmd.exe.  ;)