How do I print a list of the files on a CD?

I like to keep mini printouts of the contents of CD's. In OS 9 I was able to do this.. I can't seem to figure it out in OS X..any ideas?

Get the utility Print Window, if you want it to work like in OS 9, from www.versiontracker.com.
A way I like is to use the freeware Textwrangler:
http://www.barebones.com/products/textwrangler/
drag & drop the CD folder icon onto Textwrangler and it does a folder indented list for you.

Similar Messages

  • How do I print a list of sent files for the year?

    How do I print a list of sent files for this year?

    Hi lasersrq,
    What a great question! There is no functionality that allows you to print a list the files you've sent via Adobe Send (or SendNow).
    Please feel free to submit a feature request--it's a good idea! https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&loc=en
    Best,
    Sara

  • How do I print a list of the songs I have downloaded?

    How do I print a list of the songs I have downloaded on I Tunes? Also I would like to know how to print a lable for the jewel case the cd's go in.

    The way you described is how I normally printed my list but for whatever the reason I cannot do that now. Thank you for your help.

  • How can I print a list of the songs I have in my iTunes library?

    I have iTunes 6.0.2 installed in my iMac. There are now about 300 songs in my iTunes library. I've tried to print a list of these songs, but only one page will print. How can I get my printer to print as many pages as it takes to print all of the song titles?
    iMac DV (Special Edition) Mac OS X (10.3.9)

    "Page setup" not do anything for you? Are you
    selecting all the songs in your library before you
    try to print?
    I never knew what "Page Setup" was for nor have I ever used it. Nevertheless, it did the trick, and I was able to print all six pages. I'll have to confess, though, that I still don't understand what "Page setup" is for, even though it helped me this time. I don't like to print many pages but I have, sometimes even over 100 at a time, and I never had to use "Page setup". I just said to print ALL, and that was all that was necessary. All I can say about "Page setup" is that it should be tried if the usual methods don't work. Thanks for bringing it to my attention, and thanks for your help.
    iMac DV (Special Edition) Mac OS X (10.3.9)

  • How do i print a list of the contents of a folder?

    I want to be able to create a list of the contents of a folder - preferably to put it into a spreadsheet.  How cna I do this?

    Print Window is a great little app for this.   You can save file listings directly to Excel or Tab-delimited text with the advanced version ($20)

  • How do i print a photo with the file name

    This seem stupid simple but I cannot find an answer anywhere. I want to print out hardcopies of phots with the file name printed with the photo. In Windows there is a program called Picture Manager (which has been eliminated in Office 2013) where you can open a folder of images, rename them individually or in batches, resize, edit, etc, all in one lovely program. You can print out individual or contact sheets with specific information for each image. Easy, one program, easy results.
    Is there a comparable program for the Mac? I have searched the web and can only find suggestions that use multiple progams, downloads, plugins, and convoluted work arounds to do this. I have tried printing contact sheets in iPhoto but it crashed each time. Our IT guy suggested moving the images into an album and printing from there but it still crashes. And even if it worked I want large image per page but iPhoto leaves a large amount of white space.
    The quickest way I have figured out is this:
    Select the images in Finder, make a separate folder and copy the images there. (3steps)
    Locate the folder in Finder and drag it to the Bridge icon (4steps)
    Select the images in Bridge, adjust the output settings and Save as a pdf (6steps)
    Locate the pdf in Finder, open in Acrobat, select the images (again!) and print (9steps)

    GraphicConverter, from here:
    http://www.lemkesoft.com/

  • How can I print a list of the apps I have on my iPad and iPhone ?

    I had to reinstall all my apps when I upgraded to the new iOS - while some were listed in my 'purchased' list a lot weren't and I had to go through all my iPhone apps to see what was missing. And my folders all vanished as well!  Any hints or tips before I upgrade the iPhone ?
    Sheila Brownin

    Take a photo of each page of your Phone's Home screen with your iPad's camera. This will not only give you a record of the apps but what page of the screen you had them on!
    I do not have an iPhone but if it gives the facility of storing multlple apps in a folder then make sure that they are ungrouped before taking the photographs.

  • How do I print a list of files inside a portfolio?

    I have been using Acrobat to make portfolios of pdf's for a short while.  I would like to print a list of the files inside the portfolio.  tx

    A custom JavaScript to write the report:
    function ProtfolioContents() {
    var bResult = false;
    // make sure there are data objects
    if (this.dataObjects != null) {
    // create report
    var rep = new Report();
    rep.size = 1.7;
    rep.color = color.black;
    // title for report
    rep.writeText("Summary of files within the PDF portfolio: " + this.documentFileName + "\n");
    // what is reported
    rep.writeText("Format : [index] [filename] [description] [size] [MIME Type\n\n");
    //get the objects
    var d = this.dataObjects;
    rep.indent(20);
    rep.color = color.blue;
    // for each item
    for (var i = 0; i < d.length; i++)
    // write line of report
    rep.writeText(i + ": " + d[i].name + " : " + d[i].description + ' | ' + util.printf("%,0 .0f bytes", d[i].size) + ' | ' + d[i].MIMEType )
    // end of report detail
    rep.color = color.black;rep.
    writeText("\n -- END OF LIST --");
    // open the report
    var docRep = rep.open("members_of_" + this.documentFileName);
    bResult = true;
    } // end for loop of dataObjects of portfolio
    } // end PortfolioContents
    if( ! ProtfolioContents() ) app.alert('Must not be in PDF');

  • How do I print a list of albums with all Genres? Skips the classical albums. ?

    How do I print a list of all albums and all genres? Itunes skipped Classical albums.

    Well, this is not only a way to print a list with all genres but also a list with all type of genre used in your iTunes library.
    I found a crazy way, but it works. Export a list of all you music sorted by genre (with genre included as one of the columns) and save all as a text file > File > Library > Export List > Tipe: text file
    Open Excel - drag drop text file into excel. [FROM HERE YOU CAN PRINT ALL YOUR MUSIC LIST] - click once in the upper left square before column A and over line 1 and now click twice a little bit before the end of column A (the pointer changes like a cross) to adjust all cell width.
    NOW TO MAKE A GENRE LIST
    Find the genre column > select the column
    copy it and in a new sheet paste only this column in A1 ... Annn cells.
    Now select the first cell (A1) and go to Data > Remove Duplicated > (if you wish select "my data has a header")
    click OK
    Now what stays in the column is only one name for each genre.
    That's it (sorry my english, but I'm brazilian)

  • How to print a list of the folders and files in a higher level folder?

    I want to print out a list of the files that I have in a folder. It contains a nested series of folders with files in each. I want to print a list of folders and files in the same order that I see them on the screen. I'm seeing them in the finder in List format.
    If I select all, copy, then paste into a word processor, I get all the files and folder names reorganized alphabetically, which I don't want. Also, I don't get the file size or date modified when I do this.
    I'd prefer not doing 30+ screen shots then having to print them all individually.
    Any suggestions?
    Thanks,
    Brad

    There is also DiskCatalogMaker (http://diskcatalogmaker.com/) even better than PrintWindow in my estimation

  • How can i print a list of bookmarks or extract bookmarks with number paper to print?

    How can i print a list of bookmarks or extract bookmarks with number paper to print?

    I have created a tool which can create a summary of the bookmarks structure of a file in either PDF format or as a plain text file, and you can also choose whether or not to include the matching page number for each bookmark. Have a look here: http://try67.blogspot.com/2008/11/acrobat-export-bookmarks-to-pdf-txt.html

  • How do I print a list of my assets in Muse?

    How do I print a list of my assets in Muse?
    I am overhauling a website at our company. The linked graphics and linked documents were on another computer. Most of them are still on the other person's computer and I need to find the raw graphics and documents in order to modify them.
    I see the list of assets in the asset panel. And I can briefly see their origin path when I hover over the red exclamation mark showing that it's a missing link and then it shows the original location of where the link was placed from on the other person's computer. Is there any way to print off a list off these assets and their original path destination, or at the very least print or export out a list of the "names" of these files. I would be happy to just have a list of all the filenames so they could be searched and retrieved from the other person's computer.
    Thank you very much in advance for any help!
    Natalie

    Hi Natalie,
    Currently Adobe muse does not let you print the list of assets. A workaround could taking a screneshot of Assests panel, and searching for the assets on a different computer. I will leave this thread open for other suggestion from our community members.

  • How do I print a list of my events from one of my calendars for tax purposes?

    How do I print a list of my events from one of my calendars for tax purposes?

    I actually began this process by creating a new calendar called "Medical" and then each event was assogned to this calendar but the program still wants to print out every day of the month for even those days that have no events.  The list view gives me the look I want and I have even tried deselecting all of the options and then reselecting them one at a time to no avail.

  • How do I print a list of all my book marks

    How do I print a list of all my book marks ?
    Thanks,
    Earoseme

    Your realize many links to websites have extremely long links.  Do you just want the text of the link without the actual http:// address?

  • How can I print a list of my Contacts in alphabetical order from my iMac

    I know how to change the alphabetical sequence of my contacts by first name & last name , but i would like to know how I can easily PRINT a list of my contacts in alphabetical order.
    I know how to print a list but the names are in random order.
    My question is what should I do so the printed list is in alphabetical order?
    Thank you

    I just found a way to print contacts in ABC order.  I signed in to my iCloud account online, then went to Contacts. I selected the contact group I wanted to print on the left page (example Xmas card list).  On the right page at the bottom, I clicked on the gear symbol and clicked "select all", then clicked again on "print". When the print window appeared, I saved the file to PDF, just to see if the information was in ABC.  It was!
    It's not perfect but it works... you can also do the entire list this way also... no choices as to what appears but it is a beginning...

Maybe you are looking for