1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Printing file lists

Discussion in 'Legacy Windows' started by DeeGee88, 2004/11/09.

Thread Status:
Not open for further replies.
  1. 2004/11/09
    DeeGee88

    DeeGee88 Inactive Thread Starter

    Joined:
    2003/02/05
    Messages:
    116
    Likes Received:
    0
    Hi Guys & Gals,
    I'm trying to establish a way of printing the file names of a particular folder.
    Is it possible in 98se or does someone know of a third party proggy that may achieve the result.

    I'm wanting to print a list of my MP3s from a certain folder - How??

    Thanks
    Den
     
  2. 2004/11/09
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    Go to notepad and enter the following code, save this file as Dirlist.bat:

    Code:
    dir %1 /-p /o:gn /B >  "%temp%\Dir Listing "
    start /w notepad  "%temp%\Dir Listing "
    del  "%temp%\Dir Listing "
    Now Open Windows Explorer, choose View, then Options, now click on the File Types tab. Select File Folder, then click on Edit and New. Fill in the New Action dialog Box as follows. Action: Get File Listing, Application used to perform action: c:\ (directory where you saved Dirlist.bat file). Now when in explorer right click on any FOLDER and select Get File Listing, and the names will be listed in a new Notepad window that you can save or print.
     

  3. to hide this advert.

  4. 2004/11/09
    DeeGee88

    DeeGee88 Inactive Thread Starter

    Joined:
    2003/02/05
    Messages:
    116
    Likes Received:
    0
    Thanks....

    ...I will try it (tomorrow - I'm stuffed right now) and let you know how I go.
     
  5. 2004/11/09
    surferdude2

    surferdude2 Inactive

    Joined:
    2004/07/04
    Messages:
    4,009
    Likes Received:
    23
    In addition to what TonyT mentioned, if you want something with more features (and free) get Karen's Directory Printer:

    http://www.karenware.com/powertools/ptdirprn.asp

    It allows for a full range of choices for printing folder data listings. Works great!
     
  6. 2004/11/09
    Welshjim

    Welshjim Inactive

    Joined:
    2002/01/07
    Messages:
    5,643
    Likes Received:
    0
    DeeGee88 --Karen's app is excellent, but for a really simple job, I just use a .bat file.
    For Windows98, in Notepad, type
    dir %1>C:\windows\desktop\yourname.txt

    cls


    Save As yourname.bat and put it into your Send To folder. When you want a to create a list of the contents of a folder, right click on the folder and send to yourname.bat. That will put a yourname.txt file with the info on your Desktop and you can Save it or Print it from there.
     
    Last edited: 2004/11/09
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.