VideoHelp Forum




+ Reply to Thread
Results 1 to 10 of 10
  1. Member dqtus's Avatar
    Join Date
    Feb 2004
    Location
    United States
    Search Comp PM
    Ok so I have a folder with like 200 files and I want to copy the names of all these files onto notepad or word and print it. I'm using Windows XP btw. Anyways, whenever I go to copy it, it is basically asking me to copy the file itself and not the file name. I only want the name of these 200 files. I know I could just click rename and copy and paste each file but I'd rather have a way to do a bulk copy and paste of the names. Is there any way to do this? I've been trying to figure this out for the past few days. Any help would be greatly appreciated. Thanks in advance
    Quote Quote  
  2. command prompt
    type "tree" without quotes
    drag your curser over it all and hit enter
    paste into notepad

    tree /? (for help on switches you may want to use)
    tgpo famous MAC commercial, You be the judge?
    Originally Posted by jagabo
    I use the FixEverythingThat'sWrongWithThisVideo() filter. Works perfectly every time.
    Quote Quote  
  3. Yes, I Know Roundabout's Avatar
    Join Date
    Jul 2003
    Location
    ...in and around the lake
    Search Comp PM
    You can use a program like PrintFolderPro to do this, and it can also be done from a Command Prompt screen - I seem to recall a thread about this a few months ago, but I don't remember where it is. I use PrintFolderPro and save the headache.

    There's a couple of other programs around that do essentially the same thing. Also, for whatever reason, Windows was never designed to do this simple task, hence, the aftermarket programs to give this functionality.

    Free trial copy of PrintFolderPro here:

    http://no-nonsense-software.com/printfolder/

    Edit: Thanks, Stilt - I knew there was another way to do it, just didn't remember how...
    Ethernet (n): something used to catch the etherbunny
    Quote Quote  
  4. Master of Time & Space Capmaster's Avatar
    Join Date
    Feb 2004
    Location
    Denver, CO United States
    Search Comp PM
    There used to be a DOS command too where you could do a "DIR" and have it output to the printer:

    dir c:\name\*.* >LPT1:

    I think it was
    Quote Quote  
  5. Member
    Join Date
    Sep 2002
    Location
    Australia
    Search Comp PM
    ... or if all you want is filenames without the extra bits (directory, filesize etc) and write it to a text file, use ...

    dir /b "yourpath" > "filelist.txt"
    Quote Quote  
  6. Member dqtus's Avatar
    Join Date
    Feb 2004
    Location
    United States
    Search Comp PM
    Originally Posted by bunyip
    ... or if all you want is filenames without the extra bits (directory, filesize etc) and write it to a text file, use ...

    dir /b "yourpath" > "filelist.txt"
    Cool thanks for all the replies. It's so funny that something this basic and microsoft didn't even add a feature for this. Anyways I tried the tree but I have way too many folders.

    @bunyip: I tried your command and it didn't quite work. Basically I'm having an issue with the yourpath part. the folder I want the list of is as follows in dos... E:\MP3\Music Vids

    and I tried typing it as...

    dir /b E:\MP3\Music Vids> filelist.txt

    It responded with 2 lines that said... File Not Found

    Did I type something wrong there?
    Quote Quote  
  7. Member
    Join Date
    Sep 2002
    Location
    Australia
    Search Comp PM
    Hi dqtus,

    When there is a space in a directory or filename in windows you need to enclose it in quotes, otherwise it will stop at the space and treat the rest as command-line parameters.
    So you should type ..

    dir /b "E:\MP3\Music Vids" > filelist.txt
    Quote Quote  
  8. Member dqtus's Avatar
    Join Date
    Feb 2004
    Location
    United States
    Search Comp PM
    Originally Posted by bunyip
    Hi dqtus,

    When there is a space in a directory or filename in windows you need to enclose it in quotes, otherwise it will stop at the space and treat the rest as command-line parameters.
    So you should type ..

    dir /b "E:\MP3\Music Vids" > filelist.txt
    Cool that did the trick! Wow you guys are so amazing to remember all these dos prompts. Thanks again ^_^
    Quote Quote  
  9. Member flaninacupboard's Avatar
    Join Date
    Aug 2001
    Location
    Northants, England
    Search Comp PM
    or you can used the truncated 8.3 directory name, i.e. mydocu~1 or progra~1
    Quote Quote  
  10. Master of Time & Space Capmaster's Avatar
    Join Date
    Feb 2004
    Location
    Denver, CO United States
    Search Comp PM
    Originally Posted by dqtus
    Originally Posted by bunyip
    Hi dqtus,

    When there is a space in a directory or filename in windows you need to enclose it in quotes, otherwise it will stop at the space and treat the rest as command-line parameters.
    So you should type ..

    dir /b "E:\MP3\Music Vids" > filelist.txt
    Cool that did the trick! Wow you guys are so amazing to remember all these dos prompts. Thanks again ^_^
    We're old
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!