How to print a folder's content list?

  1. #1
    LucLinh is offline Junior Member

    Question How to print a folder's content list?



    I have a HD with thousands of music and would like to print a list with it's content. How can I do that, and how can I export such list to a Word document?

    Thanks


  2. #2
    jephree is offline ¨*·.¸ «.·°·..·°·.» ¸.·*¨

  3. #3
    LucLinh is offline Junior Member
    Quote Originally Posted by jephree

    There are lots of help pointing to the creation of a batch job and saving it at c:\windows\sendto\printdir.bat or c:\windows\accessories\printdir.bat. The problem is that I can't save to such places, even from whithin an account with administrator priviledges. Windows comes up with a message saying I can't save to that place and asking me to save somewhere else.

  4. #4
    jephree is offline ¨*·.¸ «.·°·..·°·.» ¸.·*¨
    This suggestion has been passed along to me:

    Quote Originally Posted by VopThis
    http://www.d-a-l.com/help/showthread.php?t=40062

    Suggest you consider doing the following at the command prompt:

    [review DIR command for parameter choices]
    DIR /?

    DIR > file_listing.txt
    OR
    DIR > file_listing.doc

    [Load file result into Notepad]
    NOTEPAD file_listing.txt

    [Load file result in WORD]
    Also this:

    How to Create a Text File List of the Contents of a Folder

+ Reply to Thread