Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Files

  • 14-11-2003 07:44PM
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 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: 96,103 Mod ✭✭✭✭Capt'n Midnight


    If using XP or 2K make a shortcut to CMD

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


Advertisement