Multiple files on "get info"

When I want to get a size evaluation on multiple files and I press "get info" many windows pop up, one for each file I marked.
How do I make "get info" show information for multiple files on one window?

Select the files then press
Command + Option + I

Similar Messages

  • How do I select multiple files under "Get File Info"and lock or unlock all?

    How do I select multiple files under "Get File Info"and lock or unlock them all? It seems to do it automatically when I have 10 or more selected. But how do I lock or unlock 5 or 6 files in one swoop? Thanks

    Select the desired files then press OPTION and select Show Inspector from the Finder's File menu.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • I can't seem to open (view) my photos.  I get an error message that says "the file couldn't be opened because you don't have permission to view it. To view or change permission, select the item in the finder and choose File. Get info."

    I can't seem to open (view) my photos.  I get an error message that says "the file couldn't be opened because you don't have permission to view it. To view or change permission, select the item in the finder and choose File. Get info."  I have never had this happen before?  Thanks!

    Try the following:
    1 - launch iPhoto with the Command+Option keys held down and rebuild the library.
    2 - Run Option #1, Repair Permissions.
    OT

  • I can no longer edit information for streaming files in Get Info.

    I can no longer edit information for streaming files in Get Info.

    Similar problem here. My Ical refuses to edit or delete events. Viewing is possible, though sometimes the whole screen turns grey. Adding new events from mail is still possible. The task-pane completely disappeared. My local apple technic-centre messed about with disk utility for a bit and than told me to reinstall leopard. I could of course do that, but it seems to me that reinstalling Leopard just to fix iCal events is a bit invasive.
    I tried also tried removing everything, installing a new copy of iCal from the leopard-cd, software updates, all to no avail.
    At the moment I'm open to all suggestions that do not include a complete leopard reinstall.

  • Paste clipboard's contents to selected file's Get Info (Spotlight) comments

    Hi,
    Could someone please help me in building an AppleScript that would paste the clipboard's current contents to the currently selected (in the Finder) file's Get Info (Spotlight) comments?
    I know this can be done with an Automator workflow or Folder Action, but prefer an AppleScript.
    Many thanks!

    The following script will add (a space and then the clipboard) to the comments of the currently selected file. In case there are several items selected it only deals with the first one, and there is also a dialog to edit the final content:
    <pre title="this text can be pasted into the Script Editor" style="font-family: Monaco, 'Courier New', Courier, monospace; font-size: 10px; padding: 5px; width: 720px; color: #000000; background-color: #E0E0E0; overflow: auto">set TheClipboard to (get the clipboard)
    tell application "Finder" to try
    set TheFIle to the first item of (get the selection)
    set TheComment to the comment of TheFIle
    set TheName to text ((length of (path to home folder as text)) + 1) thru -1 of (TheFIle as text)
    if TheName ends with ":" then
    set TheType to " folder "
    else
    set TheType to " file "
    end if
    display dialog ("Change the comment for the" & TheType & return & quoted form of TheName & "?") with title "Edit Spotlight Comment" default answer (TheComment & space & TheClipboard)
    set comment of TheFIle to text returned of the result
    end try
    </pre>

  • Multiple Dates in Get Info Window

    Hello,
    We have an iMac running OS 9.2.2.
    I just noticed this the other day: I'm finding multiple dates in the Created and Modified fields in the Get Info window. For example, on a document I created today, the date reads: WedWed SepMay 63 20062006
    Apparently, Wed May3 2006 is being added to all the Created and Modified fields for all our documents.
    Has anyone experienced this or know how to remedy it?
    Thanks.

    See if rebuilding your desktop helps. Use Techtool Lite or Trash*Desktop (TD may delete Finder comments )to rebuild your desktop w/extensions off. Does a better job than manually & you avoid all the finger gymnatics. You just have to hold down the shift key to shut off extensions.
    Restart to turn the extensions back on again.
    If you want to rebuild manually, see KB article http://docs.info.apple.com/article.html?artnum=10182 Rebuilding Desktop File and Icon Recovery.
    If rebuilding does not work, then try booting from your system install cd (the one that originally came w/your comp) while holding down the c key & run Disk First Aid from the Utilities folder. Have DFA repair any errors it finds. If unable to repair you will need to run a 3rd party utility cd.

  • I a owner and administrator. I can't change any file permissions. Help tells me to 'get info' on a file, them click on the lock icon to enter password. The lock icon is not present on any files I 'get info' on. How can I change permissions

    I attached an external drive to my macbook pro for backup purposes. I found that the device is 'read only' for me. I read that I could change permissions by selecting 'get info' for a item and clicking the lock icon to submit my password. The lock icon is not displayed on any 'info' window for any file on my macbook, much less the attached drive. I am the only user and administrator as far as I know. What steps can I take to change permissions? Thanks. My 1st post.

    How can I tell? The 'get info' window has no lock and under sharing and permissions, on says 'you can only read'. I did a get info on the Macintosh HD and it had a lock on it but said I could only read, for what that it worth.

  • In oracle B2B multiple files are getting picked from SFTP location for one file in custer environment

    Flow is like :
    REST ENDPOINT->OSB PROXYSERVICE->BUSINESS SERVICE->B2B SFTP LOCATION->B2B->SOA JMS Queue->SOA COMPOSITE-
    Due to cluster environment, there is issue when B2B picks the file from SFTP location for Custom protocol using sftp listening channel. Sometimes B2B picks multiple files from SFTP location for just one copy of file. It is happening because of cluster environment 4 instances of server is looking into the SFTP location for picking the file and sometime 2 or more instances of server are reading same file and sending the copy to B2B.
    Please let me know , how can I stop this behavior

    All QFE's have been applied we are building the image so we have some control.
    I have build an image which used the debug DLL's of the FATFS and I have enabled all of the DebugZones.  The problem is still happening. From the timings in the debug logs and the timestamps in the data which corrupts the test file I have been able
    to see that the file is corrupted AFTER the write is complete. Or at least that's how it seems.
    We finished writing the file and closed the handle. Then more data is written to other files. When we get around to verifying the file it now contains data from the files that were subsequently written.
    What I think I need to do is figure out in detail how the two files were "laid down" onto the SDCard.  If the system used the same cluster to write the 2 files then that would explain the issue.

  • SWF-file not getting info from UI

    Hi All,
    I have a dialog that loads a flash-file. This swf-file gets info from my dialog and puts it in a datagrid.
    It works well, untill i try it the script on an other computer. The swf-file loads but is not receiving any information given through the UI.
    Is it a matter of installing extra options/software on the other pc?
    My computer (the script works) is a Windows XP with Adobe Design Premium.
    The other computer is also a Windows XP with indesign and flash player installed.
    Is there anyone who has an idea?
    THANKS
    Greetz,
    Glen

    Ok, i have the answer to my own question.
    I forgot that i had to change the settings in the settings manager of the flash player.

  • Put URL of downloaded files in Get Info's Comments field?

    I'm using Safari Version 3.0.4 (build 5523.10.6).
    I know it is possible to have the url of where a file was originally downloaded to appear in the Get Info’s comments field automaticly.
    I know this because it used to do this sometime ago, I remember. Is there a way to get this feature back or are there programs or plug-ins that do this (maybe for Safari)?

    DownloadComment is probably what you are looking for:
    http://www.macupdate.com/info.php/id/15833

  • Unlockable file and 'Get Info' doesn't work

    Hello
    I have a file from an existing external hard drive that I brought over to my new Mac Mini. I can not delete or unlock this file. When I do a Command I (get info) the finder/desktop just flashes and no menu comes up. Therefore I can't uncheck the 'locked' box. I can't move it to the trash either.
    The file is a Shockwave Plugin from OS 9 (ShockwavePlugin.class). I'm on a Mac Mini core duo, running 10.4.7
    I've searched everywhere on here and can't seem to find a solution. I even tried using TextEdit and saving a new file with the same name as the locked file (to replace it) and TextEdit won't allow me as it says the file needs to end in ".rtf"
    Stephan

    Hi Niel
    First off, thank you for such a quick reply.
    I just tried doing what you suggested, hit run, and then in the bottom of the menue (below in the window where I pasted what you said to run) it says 'false'
    I then tried to move the file to the trash and it won;t allow me. The eror message I get says "the operation cannot be completed because the item "ShockwavePlugin.class" is locked.
    Does this tell you anything more?
    Stephan

  • Can't Change File In Get Info

    I'm trying to open my OS9 files with Adobe Illustrator. They open with TextEdit now. When I change it to "Open with Adobe Illustrator" in the Get Info window, it stays in TextEdit. What's going on? It use to work.

    Never mind. I got it. I went to File and clicked Open With and clicked on AI. But I want to open all my files automatically with AI. And when I try to do that with the Get Info window, it doesn't work anymore.

  • HT204382 Help!  I just followed all instructions . . . downloaded DivX on my MacBook Pro so that I can view all of the avi movies but it still won't let me see them.  When I bring down the file and get info I can view it in the little box that only that.

    Okay so . . . just bought a new Mac OS X because my last MacBook Pro burned up.  I was luckily able to put everything on an external hard drive.  But when I try to play my movies from the hard drive or any other DVD that were downloads that are AVI  it says "QuickTime Player can't open "Genetic Roulette_(360p).avi" because a required codec isn't available."  So I went ahead and followed the instructions and download the DivX but it still will not play.  Can anyone out there help me?

    Download and install VLC. http://www.videolan.org/vlc/index.html and get rid of DivX.

  • I can not download my own artwork, I right click on a song go to info and no artwork tab pops up. i have followed the instructions on going to file then get info but nothing pops up for artwork to be added, i have windows 8 and running the 11.1

    artwork

    Leliforever, cheek you list of installed add-ons, the Ask toolbar can be installed without the users knowledge.
    For checking other extensions that may cause this, follow the procedure in this link - https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Finder issues and Get Info refusing to show the number of files on items on the main hard drive.

    I am having finder issues. Mostly on the main hard drive. It takes ages to find things and I get the spinning wheel every time I open a folder.
    So I moved all of my files to a external drive.  When I had finished transfering I hit get info on the files on the external drive and on the same folder on the main drive.  To ensure that it has copied over all the files.  Because it was acting up and not copying all the files.
    Get Info refuses to show the number of files within the folders on the main hard drive. It hasppily tells me everything on any of the external drives.
    I have reset, the imac.  I have re indexed 3 times.  I have deleted the finder plist files.  I have reset finder using terminal commands. I have moved nearly everything off the main hard drive. But nothing is working.
    Can anyone offer any suggestions as to what could be causing my finder and get info issues.
    Any help wpuld be appreciated.
    Running Mountain Lion on a late 2009 Imac

    Some of your user files (not system files) have incorrect permissions or are locked. This procedure will unlock those files and reset their ownership, permissions, and access controls to the default. If you've intentionally set special values for those attributes, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it, but you do need to follow the instructions below.
    Back up all data.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Enter the following command in the Terminal window in the same way as before (triple-click, copy, and paste):
    sudo find ~ $TMPDIR.. -exec chflags nouchg,nouappnd,noschg,nosappnd {} + -exec chown $UID {} + -exec chmod +rw {} + -exec chmod -N {} + -type d -exec chmod +x {} + 2>&-
    This time you'll be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take several minutes to run, depending on how many files you have. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
              Utilities ▹ Terminal
    from the menu bar. A Terminal window will open. In that window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not going to reset a password.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button
    Select
               ▹ Restart
    from the menu bar.

Maybe you are looking for

  • Reconciled amounts appears in customer  aging report

    Dear all, When we take aging report for reconciled transactions,reconciled amounts appears in aging days ,the invoices which are reconciled still showing in Aging report  (Suppose we have ar  invoice in 0-30 days and its payments (journal entry ) mad

  • Creating a pdf from flash

    im trying to generate a pdf file from a swf form... is it possible ?

  • Problems with focus on mac

    I'm making a Comunity system for online games, and i got a problem with keyFocus in java.awt.Window on MAC (OS9 & X). I have some popup dialog for P2P chat etc. The popup dialog is an extension of java.awt.Window and is not using standard awt or swin

  • DEMAND FORECAST  AUTOMATIC CREATION

    Dear Expert                    The question is with regards to MRP(Auto Creation of Purchase Order) 1. we have 5000 items we need to create Purchase order Automatically, for that purposes we will be making demanfd forecast . In sap B1 we have Demand

  • Move files back into TimeMachine backupdb

    Running Mac OS X Snow Leopard 10.6.8 Stupid me, I hit cmd-delete by habit on a folder whithin the Backups.backupdb/computername folder on my TimeMachine backup drive. One of the "yyyy-mm-dd-hhmmss" folder was moved to the Trash. I managed to move the