Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Printing out file names

  • 11-04-2007 12:38pm
    #1
    Registered Users, Registered Users 2 Posts: 18


    hey,

    I want to make a list of all the albums in my music folder. Does anyone kno if its possible to make a print out of all the folder and file names from My Music folder using Windows XP?? I don't fancy writing them all out cos I've about 150 gigs of music.


Comments

  • Registered Users, Registered Users 2 Posts: 4,468 ✭✭✭matt-dublin


    open a command prompt

    type in dir
    press enter

    right click the screen and click mark

    then select the information you want
    press enter again

    open notepad
    and paste it in


  • Registered Users, Registered Users 2 Posts: 1,488 ✭✭✭mathew


    Theres also a lovely media player powertoy(you'll find it on the Microsoft website) that exports your music library database to excel or csv etc!


  • Registered Users, Registered Users 2 Posts: 207 ✭✭BlueDrax


    In a DOS box

    dir /s >c:\filename.txt


    Basically, everything that normally gets displayed on screen, gets sent to a text file instead.

    dir /? for more options.


  • Closed Accounts Posts: 7,144 ✭✭✭DonkeyStyle \o/


    Or tree is good if you want to get the contents of subfolders.
    tree /f /a > c:\list.txt

    Can be a bit ugly though unless you've got your filenames looking nice.
    You can export a more pretty html list from winamp using the id3 tags... at least you can in 2.x


  • Registered Users, Registered Users 2 Posts: 3,568 ✭✭✭ethernet


    IIRC, iTunes allows you to print the details of your music library also if you're afraid of the command line :D.


  • Advertisement
Advertisement