Bangladesh

Would you like to react to this message? Create an account in a few clicks or log in to continue.
Bangladesh

Discussion Forum


    Make a 'PLAY LIST' TEXT FILE for your mp3 collection

    Admin
    Admin
    Bengali Supremacy
    Bengali Supremacy


    Number of posts : 114
    Location : Garden :: Of :: Bliss
    Registration date : 2007-10-23

    Make a 'PLAY LIST' TEXT FILE for your mp3 collection Empty Make a 'PLAY LIST' TEXT FILE for your mp3 collection

    Post by Admin Wed Oct 24, 2007 4:30 am

    1) Make a new .txt document & open it in notepad

    2) Add this line (suit to your needs):

    tree /a /f "c:\mp3" > "c:\mylist.txt"

    --------------------------------------------------
    Explanation:

    i)
    *(Includes "" quotation marks)

    ii)

    c:\mp3 - dir to list

    iii)

    /f - means also files will be written - omit this if you want to list only dirs

    iv)

    c:\mylist.txt - says where the list will be written & how its named.

    --------------------------------------------
    3) Close notepad & rename the document to "list_music.bat" (without quotation marks) (any filename will do as long as the extension is .bat)

    4) Double-click the .bat file & you'll get a nice looking list of the directories (and files) in a .txt file.

      Current date/time is Thu Mar 28, 2024 9:47 pm