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

Make a list of a folders contents

  • 06-07-2009 4:35pm
    #1
    Closed Accounts Posts: 798 ✭✭✭


    Hi all,
    I need to make a list of the contents of a folder.
    Seems like an simple thing but after googleing it can't find an easy way.

    Any suggestions?


    Thanks


Comments

  • Closed Accounts Posts: 798 ✭✭✭bobbyjoe


    Its a folder full of music. Want to be able to give it to a DJ as a list but don't want to have to type out all the names. Using Windows Vista.


  • Registered Users, Registered Users 2 Posts: 907 ✭✭✭bandit197


    Take a screenshot of the folder in list view?


  • Registered Users, Registered Users 2 Posts: 1,226 ✭✭✭blubloblu


    Dnuos


  • Registered Users, Registered Users 2 Posts: 159 ✭✭TeaServer


    If you want a text file you can do the following:

    1. Hold shift and right-click in the folder with the music you want to list
    2. Select Open new command prompt here in the menu presented
    3. In the new command window: dir /b > playlist.txt
    4. Open the new textfile in text editor of your choice to re-arrange if neccessary.

    /T


  • Closed Accounts Posts: 798 ✭✭✭bobbyjoe


    Thanks TeaServer that worked, nice one.

    Thanks for the other replies also.


  • Advertisement
  • Moderators, Regional Midwest Moderators Posts: 11,183 Mod ✭✭✭✭MarkR


    dir > list.txt

    Will output the current directory contents to a text file from a dos prompt....

    Oops. Beaten to the punch. Stupid you tube, distracting me.


Advertisement