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

Files

Options
  • 14-11-2003 7:44pm
    #1
    Registered Users Posts: 1,309 ✭✭✭


    is there any way of printing out the list of files that are in a certain folder?

    i'm trying to print out a list of mp3's, theres too many to write all down

    ive tried highlighting the files, right clicking everything... cant seem to get it!


Comments

  • Registered Users Posts: 6,762 ✭✭✭WizZard


    just do a dir list and direct the output to a file, which you can then print

    eg
    dir > mp3list.txt

    Then print the mp3list.txt

    BTW, this is all done using the command prompt :)


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 91,790 Mod ✭✭✭✭Capt'n Midnight


    If using XP or 2K make a shortcut to CMD

    To sort them
    dir /o /b *.mp3 > mp3.txt


Advertisement