Archive selected files on file based camera

The camera (Canon HFS20) has 20 GB of files. I want to archive selected files (say 5 files totally 4 GB) . The workaround on page 284 of the manual doesnt't work. Although I select the files I want to archive, FCP X archives the complete 20 GB. Anyone a solution ?

No. An "Archive" is a direct copy of the card with a FCPX plist and special icon on the folder Archive

Similar Messages

  • Can ditto select files based on modification date?

    Hi. I'm trying to use ditto to make backups. I would like to have it select only files modified after a certain date. Is there a way to do this?
    I noticed the bom (bill of materials) option... can that be used for this purpose somehow? Not quite sure how best to create a BOM that includes only files based on modification date.
    Any suggestions? Thanks
    Eric

    ditto doesn't provide a way to select only files modified after a certain date -- but find does; see the "-newer" and "-newerXY" options. Using find, you can generate a BOM file listing files that have been modified after a certain date.
    Then you can pass that BOM file to ditto.
    Powerbook G4 1GHz   Mac OS X (10.3.9)  

  • Archive/Move files based on Modified Date range to another Library Using PowerShell while retaining Metadata

    Hi,
    I am trying to archive files from a SharePoint 2010 document library by moving them to another library that's a dedicated archive/folder/library. The files to be moved are selected based on their modified date column value that should range between any time
    in the past to January 1st 2012. 
    Also, to be able to retain the tags and cloumn values after the move. Open in explorer does not bring along the user added tags.
    I tried to edit this script
    $WebURL = "http://mysite.com/";
    $ListDisplayName = "Crawl Test Library";
    $ArchiveFolderName = "Crawl Test Library Archive";
    function moveItems ()
    trap
    #make sure we dispose of these in the event of an error to avoid memory leaks:
    write-host "Error - disposing of objects...";
    $Web.Dispose();
    $Site.Dispose();
    [Microsoft.SharePoint.SPSite] $Site = New-Object Microsoft.SharePoint.SPSite($WebURL);
    [Microsoft.SharePoint.SPWeb] $Web = $Site.OpenWeb();
    [Microsoft.SharePoint.SPList] $List = $Web.Lists[$ListDisplayName];
    $FolderToMoveTo = $List.RootFolder.Url + "/" + $FolderName;
    $ItemMoveCount=0;
    $Query = New-Object Microsoft.SharePoint.SPQuery;
    $Query.Folder = $list.RootFolder;
    $camlQuery = "<Where><Leq><FieldRef Name='Modified' /><Value Type='DateTime'>2012-01-01T00:00:00Z</Value></Leq></Where>"
    $Query.Query = $camlQuery
    $Query.RowLimit = 2200; #limit query because of large folder
    $List.GetItems($Query) |
    Where {$_.ContentType.Name -ne "Folder"} |
    foreach-object {
    #Line below will simply output to console and demonstrates another .NET call
    [System.String]::format("Moving Item {0} with ID {1}...",$_.Name, $_.ID.ToString());
    $Web.GetFile($_.Url).MoveTo([System.String]::format("{0}/{1}",$FolderToMoveTo,$_.Name));
    write-host "Success...";
    $ItemMoveCount++;
    write-host "==============================================================================";
    write-host "Complete! -> Moved " $ItemMoveCount " Items to directory " $FolderName;
    write-host "==============================================================================";
    #dispose:
    $Web.Dispose();
    $Site.Dispose();
    #garbage collection
    [GC]::Collect()
    to do that but it doesn't seem to work. I am no guru in powershell yet so any help is appreciated.
    Thanks.

    This solution gets the job done. Much thanks to
    Ian Hayse
    NB...The Modified and Created dates are gonna reflect runtime dates now 
    $web = Get-SPWeb "http://sharepointed.com/"
    $list = $web.Lists["Shared Documents"]
    $spQuery = New-Object Microsoft.SharePoint.SPQuery
    $spQuery.ViewAttributes = "Scope='Recursive'";
    $spQuery.RowLimit = 2000
    $caml = '<Where><Lt><FieldRef Name="Created" /><Value IncludeTimeValue="TRUE" Type="DateTime">2014-01-01T04:06:45Z</Value></Lt></Where> '
    $spQuery.Query = $caml
    do
    $listItems = $list.GetItems($spQuery)
    $spQuery.ListItemCollectionPosition = $listItems.ListItemCollectionPosition
    $listTotal = $listItems.Count
    for ($x=$listTotal-1;$x -ge 0; $x--)
    try
    $listItems[$x].CopyTo("http://sharepoint/Docs/Documents/"+ $listItems[$x].name)
    Write-Host("DELETED: " + $listItems[$x].name)
    $listItems[$x].Recycle()
    catch
    Write-Host $_.Exception.ToString()
    while ($spQuery.ListItemCollectionPosition -ne $null)

  • SAP PI 7.3.1 File Adapter - Select file based on content

    Hi all,
    I have a scenario where I need to process a file differently based on the content within the payload.
    For example a file called File_IS,xml is sent to a folder that PI is polling. Within this file is a field <TYPE> which I want to use to determine whether the file should be used  . I have two mapping scenarios that each have a file sender communication channel polling for the same file name "File_IS.xml" .  This is because a message will come from a 3rd party with the same file name but the content can be different meaning different mapping scenarios are required.  IF Com_Channel_1 sees the File I only want it to be picked up if say <TYPE> = 'A' - if not then Com_Channel_1 should do nothing with this file.  Similarly Com_Channel_2 should only use the file if <Type> = 'B'. 
    Scenario:
    File_IS.xml       -> File sender 1  -> <TYPE> = 'A'  - Pick up file - do mapping - archive.  <TYPE> <> 'A' - do nothing and leave file in folder
                          ->  File sender 2  -> <TYPE> = 'B'  - Pick up file - do mapping - archive.  <TYPE> <> 'B' - do nothing and leave file in folder
    Is the above possible at all ?
    Thanks for your time.
    Best Regards.
    Gary

    Hello,
    In case content of input files are different (for both the scenarios) even then also u can use one file sender channel. Check below approach:
    Interface Determination condition
    Thanks
    Amit Srivastava

  • How do I import a camera video from iphoto to imovie? I went to file, import, camera archives and the video I want I am not able to select. I even tried dragging it from my desktop, but it will not allow me to do so. Please help?

    How do I import a camera video from iphoto to imovie? I went to file, import, camera archives and the video I want I am not able to select. I even tried dragging it from my desktop, but it will not allow me to do so. Please help?

    Use File/Import/Movie and navigate to the file.

  • Not able to view the uploaded PAR file in the portal archive selection.

    Dear All,
    I have modified com.sap.portal.runtime.logon.par and have renamed it to some other name.
    Now I have uploaded the par file.
    The problem is that when choose new from PAR option (to create iview from a par file),I am not able to see the par file in the Portal Archive selection.
    I also want to know that if I am able to call the par file in the iview, can I use this iview to have a portal login.
    Our requirement is that we want to give login page for the portal in the portal home page.The portal home page will be for the anonymous users.
    Kindly try to guide me

    Hi Nitin,
    Check ur Portalapp.xml file. If u have the following code in that just <b>remove</b> them
    <property name="com.sap.portal.pcm.Category" value="platform">
    <property name="inheritance" value="final"/>
    Deploy it again.now u can see that par in ur portal.Refer this thread also
    PAR File not seen
    Regards,
    Tamil K

  • Script to select files in a folder based on extension

    Does anyone have a script that would select files in a folder based on extension, then move the files somewhere else?

    Hi Kagey and welcome!
    You have to be completely accurate about the path. If your hard disk is called "Macintosh HD", then it's
    every file of folder "Macintosh HD:Applications:FileMaker Pro 6 Folder" whose name extension = "tab"
    You can generalise this for other users if you can't be sure about the name of their hard disk:
    set apps_folder to path to applications folder as string
    set fmp_folder to apps_folder & "FileMaker Pro 6 Folder"
    tell application "finder" to get every file of folder fmp_folder whose name extension = "tab"
    HTH
    H
    PS - well done in the footy

  • When I select files to archive, they move from my file folder, but then I go to the archive folder and it says Empty? Where are those files?

    When I select files to archive, they move from my file folder, but then I go to the archive folder and it says Empty? Where are those files?

    Your account names are probably different on the two Macs. If you know the UNIX command line, open a terminal window and run:
    $ id 
    You should see a line that starts with something like this:
    uid=501(your_user_id_here)
    now check the owner of the folder you copied over:
    $ ls -ld Music
    drwx------+ 8 some_user_id_here  staff  272 May 14 16:08 Music
    Do the IDs match? If not, you could change the ownership. Say your id is "johnsmith"
    $ chown -R johnsmith Music
    Now try and access it with iTunes.

  • New PAR file not appearing in the Portal Archive Selection list

    Hello Knowledgeable Portal Ones,
    I am on EP6.0 SP13.
    A developer on the team created a new PAR.  It was uploaded, and it is now showing in my portalapps directory.  A super-admin for the portal can successfully create an iView using it (New from PAR), but developers (who have lesser security access) can not.  When developers attempt to do so, no portal archives appear in the portal archive selection list.  In fact, developers would not be able to create a new iView from any PAR.
    I see that the portalapp.xml has placed the PAR in "high-safety".  I suppose this may be causing the problem. 
    How do I address this problem?
    Thank you for your feedback.
    Kevin

    Hi Kevin,
    there are two known possibilities for this behaviour:
    1.) Within the portalapp.xml, the property com.sap.portal.pcm.Category has been set to "platform". This should only occur if someone imported an existing PAR to modify it. Also see Browse deployment iview
    2.) Someone has changed the permissions for application access (under System Administration - Permissions - Portal Permissions - Applications - <YourApplication> --- There the one who should create an iView from a component must have Read permission for the corresponding application, also see http://help.sap.com/saphelp_nw04/helpdata/en/f6/2604e505fd11d7b84200047582c9f7/frameset.htm - Administrator Permissions - For portal components
    Hope it helps
    Detlev

  • Photoshop crashes when selecting File / Automate / Batch

    Photoshop users still need a fix for Photoshop crashing whenever they select Batch.
    I understand that Adobe staff has chosen to blame scanner drivers for the problem. And, I've read the discussions thru last year (very long and boring when all you want is a fix). But, I'm not settled on several things which do not add-up.
    First, I'll review the symptoms for the sake of all interested readers. Photoshop users have reported Photoshop crashing whenever they select File / Automate / Batch from the menu for years. This problem got much worse (widespread) since the release of version 12.0.4. The problem apparently affects only those with Train compatible scanners and who installed Adobe's optional Twain plugin. I never read how anyone came to this conclusion, but scanner drivers are being blamed. The accepted work-around is to disable or remove Adobe's Twain plugin.
    Second, I want to point out that Photoshop works normally when using the Twain plugin. I can scan images and they are imported directly into Photoshop without any problems. This was the case before the 12.0.4 update and is still the case now.
    Third, I want to pose my most pressing question. What does selecting "Batch..." have to do with scanner drivers? In other words, what possibly could Photoshop be doing with scanner drivers when selecting "Batch..." that it does not do when actually does use the drivers?
    Lastly, I'll point out that I am a software developer of over 30 years. So, I understand how it might somehow work out in the details that the source of the problem really is buggy scanner drivers. However, as a programmer with a lot of experience dealing with problems common in device driver API's, I know that good practice is to expect anything. If Photoshop begins a process that calls out to someone else's software API, it should cushion that call with proper exception error handling. All processes should execute with an "if all else fails" contention.

    >> What does selecting "Batch..." have to do with scanner drivers?
    When running the actions for the Batch command, Photoshop updates it's menu/command state to check which commands are enabled or disabled based on the document state being changed by the actions.  Part of that update is calling the scanner interface to see what is available or not, and at that point some drivers crash.  Since the crash occurs in third party code executed within Photoshop's context - there was not much Photoshop could do to recover (there was exception handling, but it couldn't work across OS and DLL boundaries).
    In Photoshop CS6, we spent quite a bit of time figuring out why they were crashing (apparently there was some assumption about the application GUI state), and how we could avoid them crashing in those circumstances - and now CS6 avoids the crashes in the Batch command even with the TWAIN plugin and drivers are loaded.

  • Archived log file are not shifted to standby side and applied

    Hi Guru's,
    DB
    My OS Version:Windows Server 2003
    DB Version:11.2.0.1.0
    I am trying to create Physical Standby DB on my test machine after setting all the parameters and start standby db in mount mode when i do the verification of archived log files that need to be shift from pri site to standby site i am getting:
    no rows selected.
    I am following the below mentioned doc for reference
    http://docs.oracle.com/cd/E11882_01/server.112/e25608/create_ps.htm#i63561
    Can anyone from your side can help me to sort out this problem.
    Thanks in advance

    vk82 wrote:
    SQL> select max(sequence#) from v$archived_log;
    MAX(SEQUENCE#)
    39
    SQL> select process,status,sequence# from v$managed_standby;
    PROCESS STATUS SEQUENCE#
    ARCH CLOSING 38
    ARCH CLOSING 36
    ARCH CONNECTED 0
    ARCH CLOSING 37
    SQL> select max(sequence#) from v$archived_log where applied='YES';
    MAX(SEQUENCE#)
    39
    Yes the max sequence generated on primary is same as the max sequence applied on standby.
    And what is MRP and why it is important can you please let me know abt thisWhenever you created standby database, Make a habit of tail to alert log file to monitor whats happening on the standby database, Besides MRP is an Media Recovery Process , which applies archies/redo on standby database.
    MRP can apply based on the redo transport, If you are using real-time apply then Redo will be writtened to the standby redo log files at the same time recovery will be performed by MRP process, If you are not using Real-Time apply then whenever a archive generated on primary that archive will be transported to the standby and applied on the standby database.
    It is recommended to use Realtime apply, so that you can avoid much data lost.
    However you are in 11gR2, You can use below query to monitor
    SQL> SELECT * FROM V$STANDBY_EVENT_HISTOGRAM WHERE NAME = 'apply lag'  AND COUNT > 0;
    NAME             TIME UNIT                  COUNT LAST_TIME_UPDATED
    apply lag           0 seconds                 431 08/05/2012 22:14:21
    apply lag           1 seconds                   7 08/05/2012 22:13:31
    SQL>Edited by: CKPT on Nov 6, 2012 6:49 PM

  • Will LR 5.3 read Nikon picture controls applied to RAW files in-camera?

    I've never used picture controls on my D4 because my understanding was that, even though they're embedded in RAW files in-camera, only Nikon software will read the data.  Can anyone verify this condition for me?  If my LR software will read these settings, then I would start experimenting a bit!

    As Andrew said, Lightroom won't read Nikon picture controls, so if you want similar picture style as shot, you need to either:
    * manually select camera emulation profile (you can make presets or defaults as you prefer) - see camera calibration section.
    * use a plugin like ISO Detailer to select camera emulation profile automatically based on camera setting.
    To be clear: *any* software can read any metadata in a NEF (or NRW) that it wants to (there is no legal or technical reason that is prohibitive). Still, it is proprietary, which means "subject to change without notice", which means you have to change your software if Nikon decides to change proprietary metadata around. In practice that almost NEVER happens, since it's defined by camera firmware which, once debugged, isn't "enhanced". (right: they could do a newer model differently, but that doesn't affect the code which supports older models).
    Rob

  • Problem with Photoshop CS6. If I open a file using Camera RAW

    I have a new problem with Photoshop CS6.  If I open a file using Camera RAW, and process it as usual, CS6 doesn't want to save it the way it used to.  I don't know if I changed something by accident or not. 
    Here's what happens now: After opening from ACR to CS6 and completinhg all of my work, I choose "Save as..."  The save as window opens showing the file name and format.  The default format seems to be .PSD.  I use the drop down to select .jpg.  The file saves normally as a .jpg.  When I go to close the image from, I get a new prompt asking, "Save changes to Adobe Photoshop document DSC_xxxx.NEF before closing?
    I looked up at the file name in the bar above the work space and noticed that it does NOT change from "DSC_xxxx.NEF" to "DSC_xxxx.jpg" after I have saved the file as a .jpg,in my webesite  but it always used to do that.  This adds a few extra steps when closing a document and it really slows me down.
    In fact, I wouldn't swear to this, but I think it used to save to .jpg by default, without me specifying this.
    I don't see a setting in the preferences for what to use as the default file format for saving, so I don't know where to change it back.
    Any ideas?
    Thanks in advance

    You are in the wrong forum;  You actually need Photoshop forum at this link:
    <http://forums.adobe.com/community/photoshop?view=discussions>
    Hope you can repost your question at the correct link.

  • Can't open files in Camera Raw while in Bridge CS6

    05/30/2014
    Believe this issue/problem happened after automatic update from Adobe (but can't be sure).
    Have always uploaded files from camera into Bridge then do some editing by opening JPEG and RAW (NEF) files in Camera Raw from Bridge. 
    Now, "Open in Camera Raw" is greyed out and I am unable to find a way to open files with Camera Raw from inside Bridge CS6.  This seemed to happen suddenly and without any new software or applications being added to computer.  All other apps/software working well.
    Have tried various fixes found on Adobe community discussions without success.  Problem now ongoing for over a week +.
    Am able to open files in Photoshop with no problem but want to be able to do some quick edits using Camera Raw opening files from Bridge CS6. 
    I'm using Bridge CS6 Version 5.0.2.4.  (as part of Adobe Creative Suite 6).  Updater states I have most current version of Bridge installed. 
    I'm using an iMac computer with Intel Core i7 processor
    OS X 10.8.5
    Have found others with this same or very similar problems on forums but either can't understand patches/directions or unable to complete instructions on my computer.
    for example see:  Camera RAW update issue with Bridge CS6
    From that link/discussion, one finds this "solution": 
    After you update to Camera Raw 8.4, Bridge CS6 in Mac OS doesn't display image metadata or allow you to edit images in Camera Raw.
    To the top 
    Manually install the Camera Raw 8.4 plug-in.
    Exit Adobe Bridge.
    Download the file below.
    Locate and double-click the downloaded file to decompress it. The resulting file is Camera Raw.plugin.
    Navigate to the Macintosh HD folder.
    Open the Library/Application Support/Adobe/Plug-Ins/CS6/File Formats folder.
    IMPORTANT: Navigate to the root Library folder on your hard disk, not the Library folder under your user folder.
    Copy the Camera Raw.plugin from step 3 into the File Formats folder.
    IMPORTANT: This new file overwrites the file already in this folder. It's important that only one Camera Raw.plugin file is in this folder.
    Open Adobe Bridge.
    Camera Raw.plugin.zip
    Mac OS Camera Raw 8.4 plug-in for manual installation 
    However, when I try the above, I have these issues:
    1.  When I double click on the downloaded file, my computer opens PhotoShop and an error message is displayed that states "Could not complete your request because Photoshop does not recognize this type of file."  (I suspect this may mean my computer has automatically decompressed the file, but I am not certain of that).
    2.  Not completely certain I know how to "Navigate to the Macintosh HD folder" as suggested in step 4. above (OK, I'm new to Mac; long-time PC user….)
    3.  When I am in "Finder" and click on "GO" while holding down "Option" key, I find "Library".  within that, I can find "Library/Application Support/Adobe" but there is no "Plug-Ins" folder within the "Adobe" subfolder. 
    4.  Not sure how to tell if I am in the "root Library" on my hard disk vs. "Library under my user folder".  (Again, new to Mac….)
    I have NOT yet tried doing an "Uninstall" and then Re-installing the whole Adobe Creative Suite 6 and would like to avoid that if possible. 
    Would absolutely LOVE it if Adobe would simply push an update that would fix this problem or if someone would explain to me how I could restore the earlier version that worked perfectly for me. 
    Any help, suggestions (in very basic, simple terms that any idiot new to the world of Macintosh can understand) would be appreciated.  Very frustrated with Adobe at the moment. 
    Mostly have liked the switch to Mac, but with this and my photo workflow coming to a screeching halt, having second thoughts.  (But I suppose Adobe update for PC may cause problems as well.)
    Thanks in advance for any help/suggestions.

    05/30/2014
    Literally minutes after I posted the above, I figured this out myself and now I'm a happy camper and things are back to normal!
    Here was my error/issue:  as a new Mac user, I was not negotiating/finding files on my hard drive correctly. 
    In case there are others out there with this same issue (and as dense as I apparently am ):
    Here is what I did that resulted in a fix:
    First Steps:
    1. Quit/close Bridge
    2. As noted in post above, go to this link to download Camera Raw Plugin file:
      Camera RAW update issue with Bridge CS6
    Link to get to download is near end of instructions, but I will attempt to insert that link to download here:
    Camera Raw.plugin.zip
    3.  Once file has been downloaded, find it by using "Finder" Click on "Finder" and look on list of options on left side of Finder window to find "Downloads".  On my computer, when clicking on "Finder" these options appear in the list at the left:
    All My Files
    Airdrop
    Applications
    Desktop
    Documents
    Downloads
    Movies
    Music
    Pictures
    4.  Download you just did should be at or near the top of your downloads list and should be named as "Camera Raw.plugin"  and will be 83.5 MB in size
    5.  I right-clicked (two fingers on touchpad) to bring up drop down options and selected "Copy 'Camera Raw.plugin'" from that list to copy file.
    Now, you have copied the plug in that will fix this issue.  The second set of steps below will walk you through how to replace the file that is on your hard drive with this plug in file that you have copied.
    Second set of steps (and this is where, as a new Mac user, I was confused initially)
    1. Again, click on "Finder" on your Mac
    2.  On top of screen, find "GO" and click on that.  (You should see "Finder" in the upper right corner of your screen, then "File, Edit, View, GO, Window, Help"  Click on the GO
    3.  In drop down menu that appears, click on "Computer" 
    4.  Then, double click on "Macintosh HD" to open your hard drive
    5.  Next, double click on "Library" folder to open that.
    6.  Next, click on "Application Support" folder to open that.
    7.  Then, double click on "Adobe" folder to open that.
    8.  Then, double click  on "Plug Ins" folder to open that
    9.  Now, double click on "CS6" to open that folder.
    10.  Finally, double click on the "File Formats" folder that appears.
    11.  NOW, you should see this: 
    12.  Right click (two finger press if using a touch pad) to open window with options.  Select "Paste Item" by clicking on that option. 
    13.  You will be prompted with an option to keep existing file OR replace the file.  Choose "Replace" to past the new "Camera Raw.plugin" file to this folder. 
    Finally, if you now go back and open Bridge CS6, you should be good to go. 
    Hope that helps someone out there. 
    Hopefully future updates will from Adobe will be better. 

  • Delete original file (from camera)

    Hi all,
    I use iPhoto and Photoshop on my Mac for different purposes: iPhoto for family events and travel that I won't be doing much (if any) editing to, and Photoshop (Elements 7) for my hobby photography pictures.
    I got on Photoshop this morning to import some recent photos from my camera, hooked things up as always, opened Bridge CS3, and selected File>Get photos from camera.
    For some reason, I can't find the Delete Original Files checkbox in the Photo Downloader screen (whereas it shows up here: http://livedocs.adobe.com/en_US/Bridge/2.0/help.html?content=WSEC378273-AF69-4a1e-9CD8-10 8420C556ED.html). I could be totally wrong, but thought I've always done things this way in the past to reduce a lot of tiny-camera-button-clicking through tons of photos.
    Did this button disappear with a version update? Do I have some other option set incorrectly to not allow this one to appear? Or has the button never been there, and if not, is there a way to delete photos in mass from my camera?
    Thanks for any & all help,
    Lori Ann

    Lori
    What you saw was a screenshot of Bridge CS4, somewhat misleading regarding the URL mention Bridge 2.0 in fact it is Bridge 3.0 that comes with CS4. And for some strange reason they added this option to Photodownloader CS4, IMO that energy could have been used better...
    However as per Ramón, using this way is also in my opinion not the best way to work. If you don't want or have a card reader (again, not wise :-) ) then only download image from the camera and after this disconnect the camera and use the camera menu itself to format the CF card and start with a fresh and empty CF card.
    BUT, don't do this before you have checked if the files you have copied to the computer are OK to open and again a wise thing would be to first make a back-up (if you study the downloader options a little you will see that this is also an option you can (or in fact should) use.

Maybe you are looking for

  • How to get the reference of the component JSF by the faces context

    I have : <h:commandLink id="toto" action="#{controller.test}" > I want to get the reference of this commandLink component in function test of "controller ", for instance , to get the "id" attribute of it, so how to do it? by facescontext?????? Thanks

  • Switching resource group in 2 node cluster fails

    hi, i configured a 2 node cluster to provide high availability for my oracle DB 9.2.0.7 i have created a resource and named it oracleha-rg, and i crated later the following resources oraclelh-rs for logical hostname hastp-rs for the HA storage resour

  • Tracking entries in Text tables

    Hi Experts, I have a text table and some entries in it have their descriptions truncated . Now i want to see who changed it last. Last Changed by parameter doesnt give the relevant information. Please help. Thanks! Best Regards, Gayathri

  • TM on transplanted drive

    I recently had to have my internal hard drives moved to a new macpro (some sort of ram trouble). So my old drives are in the new computer -- and all my files and apps are fine. But time machine does not recognize my original backups. It's trying to s

  • Flash 6.0 r25 has stopped working...

    I purchased the Macromedia  Suite a few years ago and today I installed everything on a new laptop, but when I try to open Flash I get a message stating... "Flash 6.0 r25 has stopped working" I am given two options 1. Check online for a solution and