How to copy the titles from a list of movies

GWENOLAA Posted messages 28 Status Member -  
 librequetucrois -
Hello, I have over 400 movies on a hard drive and would like to print the titles to give the list to a friend, but I can't do it because it's copying the content of my movies. How can I do this, thank you in advance for your answers.

PS: on Windows 7

2 answers

  1. benevole
     
    Using batch commands for this:

    Start -> All Programs -> Accessories -> Command Prompt

    The console window opens.

    Go to the desired directory (cd command)
    example cd c:\titi\toto\my movies\

    redirect the directory output to a file
    dir > myfile.txt

    In the specified directory, there should be this file containing the list of files in the directory

    :)
    -1
    1. jee pee Posted messages 31888 Registration date   Status Moderator Last intervention   9 981
       
      dir /b > myfile.txt

      to get just the names of the files.
      0
    2. librequetucrois
       
      Hey, tip:

      Windows 7 = Shift + right-click on folder = item "Open command window here".

      Note that the window does not open in administrator mode even if the account is.
      0