PSE9: How do I move/copy an Album and its contents from my PC to my laptop?

I am using Windows 7 and PSE 9 on my PC and want to get a copy of the album and its contents to my Vista laptop running PSE 9 without changing anything on the source PC. Anyone know how to do this? I know I can move the files through Windows Explorer on my network but I have already gone through the trouble of putting the best photos into an Album and would like to simply move the Album over and not have to go through the trouble of recreating it.

You will need to copy the files.
1. Make a new folder on your laptop
2. Open Organizer, select your Album then press Ctrl+A to select all photos
3. Click the Fix tab and choose Full Photo Edit to open the album contents in the editor
4. Click File >>Process Multiple Files
5. From the drop down menu (Process files From) choose Opened Files
6. For destination click the browse button and navigate to your new folder on your network and click OK
7. Make sure Rename and Resize is unchecked but check Convert files To and choose Jpeg Max quality or whatever you prefer then click OK and wait for Elements to finish.
8. Go to your laptop folder to see your images.

Similar Messages

  • How do you move a single album, and not the whole library, in iPhoto to an external hard drive?

    How do you move a single album, and not the whole library, in iPhoto to an external hard drive?

    File -> Export to a folder and copy it over.
    That will give you a folder with the images. There is no way to move an album outside of iPhoto. You would need to have a library containing it.
    Regards
    TD

  • How to move some xml element and its content to a new frame

    Hi All,
    How to move some xml element and its content to a new frame.

    Hi Chinnadk,
    Sorry my code its comment some lines. Now only I check the forum thread, you just try one more time.
    #target InDesign;
    #include "/Program Files (x86)/Adobe/Adobe InDesign CS5.5/Scripts/XML Rules/glue code.jsx"
    var myDoc = app.activeDocument;
    //____________________ XML RULE SET
    var myRuleSet = new Array (new margintag);
    with(myDoc){
        var elements = xmlElements;
        __processRuleSet(elements.item(0), myRuleSet);
    function margintag(){
        this.name = "margintag";
        //this.xpath = "//margintag[@type='mn2']";
        this.xpath = "//margintag";
        this.apply = function(myElement, myRuleProcessor){
            with(myElement){
                app.select(myElement);
                try{
                    var myPrePara = app.selection[0].paragraphs[-1].parentTextFrames[0].paragraphs.previousItem(app.selection[0].paragraphs[-1]);
                    if(myPrePara.characters[-1].contents=="\r"){
                        myPrePara.characters[-1].remove();
                    var myTextframe = myElement.placeIntoInlineFrame(["7p9","6p"]);
                    myTextframe.appliedObjectStyle= myDoc.objectStyles.item("MN1");
                    myTextframe.fit(FitOptions.FRAME_TO_CONTENT);
                    myTextframe.parentStory.paragraphs.everyItem().appliedParagraphStyle = app.activeDocument.paragraphStyles.itemByName("MN1");
                    }catch(e){}
                app.selection = null;
            return true;
    thx,
    csm_phil

  • How can I migrate Adobe digital edition and its library from an old computer to a new one?

    How can I migrate Adobe digital edition and its library from an old computer to a new one?

    Pertains to a Windows machine..
    Definitely get other opinions on this. I last did this myself in 2010.
    The most important thing, is to make sure you have an account (which I think you must have, or you probably couldn't have posted here).
    As I recall, I downloaded ADE to my new computer, launched the software, authorized the new computer by supplying my login, and then just moved the 'My Digital Editions' folder to the new machine.
    Be sure to de-authorize your old machine after you have done all of this, or over time you could end up exceeding your 'simultaneous devices'-limit for accessing your materials. I suspect that *from within the app itself, while it is still installed on your old machine* may be your only opportunity to do this. It is certainly the best/easiest.
    Hey Internet! Have you done this more recently than I? If so, please chime in to make corrections or add detail.

  • How to extract a folder (and its contents) from inside a zip file?

    There is a zip file which contains a folder inside it. The folder itself contains a few files. I would need to know how to extract the folder (with its contents) from inside a zip file.
    I have found a few unzipping code samples which show how to handle a folder inside a zip file. An example is shown below:
    public static void extract(String workingDirectory, byte[] zipFile)
    throws Exception {
    ByteArrayInputStream byteStream = new ByteArrayInputStream(zipFile);
    ByteArrayOutputStream out = new ByteArrayOutputStream();
    ZipInputStream zipStream = new ZipInputStream(byteStream);
    ZipEntry zipEntry = null;
    String nameZipEntry = null;
    byte[] contentZiphttp://forum.java.sun.com/post!default.jspa?forumID=31#
    Click for code tagsEntry = null;
    boolean isDirectory = false;
    int indexFileSeparator = -1;
    String directory = null;
    String fileName =  null;
    while ( (zipEntry = zipStream.getNextEntry()) != null )
                nameZipEntry = workingDirectory + File.separator + zipEntry.getName();
                isDirectory = zipEntry.isDirectory();
                if (isDirectory) {
    File file = new File(nameZipEntry);
    file.mkdirs();
                else
                    // read zipEntry
                    byte[] buf = new byte[1024];
                    int c = 0;
                    while ( (c = zipStream.read(buf)) != -1)
                        out.write(buf, 0, c);
                    indexFileSeparator = nameZipEntry.lastIndexOf(File.separator);
                    directory = nameZipEntry.substring(0, indexFileSeparator);
                    fileName =  nameZipEntry.substring(indexFileSeparator+1,nameZipEntry.length());
                    FileSystemTools.createFile(directory, fileName, out);
                    out.reset();
                    zipStream.closeEntry();
            zipStream.close();
            byteStream.close();
    }The code sample which deals with the part where the zipEntry is a directory creates a directory with the same path and name. (highlighted in bold)
    Another similar variation is:
    File file = new File(dirDestiny.getAbsolutePath() + File.separator + zipEntry.getName() );
    if(zipEntry.isDirectory())
          file.mkdirs();When the code creates a directory for the folder, does it unzip the contents inside the folder as well?
    If not, how do I extract the files inside the folder?

    Have you already tried to see if the sample code you downloaded works or not? Maybe if you try out the code yourself you can see if it extracts files from a directory within a zip file?
    I like to use pkzip. It is a command line compression/uncompression tool that can be used from a batch file. If you assignment involves unzipping large amount of zip files on a regular basis, I recommend taking a look at pkzip.

  • How to restore an album and its content? (suddenly disappeared)

    I've just got my new macbook air and i imported a lot of photos to iPhoto
    and it took me so much time to arrange it by my order (different albums places times and faces).
    after a few days it suddenly won't open and it asks to choose an album or create one. i was trying to choose the old one but it won't open so i pressed "create new".
    I managed to restore my old photos but i am so mad! its not in the order and not in its places, its messy and doesnt arranged by how i did it before.
    no albums, no faces, NO EVENTS. Also every one of the photos is titled weirdly with numbers and letters which werent like this when i first imported them.
    in the begining i liked how it was but now i am so angry and absolutely not pleased with how it all works on iphoto. if i wont find a solution i would have to delete everything and start from zero.
    what can i do to restore my original album and all its events before it suddenly disappeared? if its even possible.
    thank you so much for help and sorry for my english.

    These are your options:
    1. Restore the iPhoto library from the most recent backup that predates the issue.
    2. Repair or rebuild the library.
    3. Scavenge the library with a third-party application called "iPhoto Library Manager," which you can find in a web search. From the application's menu bar (not the iPhoto menu bar), select
    Library ▹ Rebuild
    Books, calendars, and slideshows won't be preserved.

  • How can I move my address file and mail folders from one drive image to the active drive?

    I have a drive with recovered data from a crashed drive. How do I import the Thunderbird address file to the new, current drive ( also the mail folders ) ?

    Look at https://support.mozilla.org/en-US/kb/profiles-tb#w_how-to-find-your-profile to locate your profile on the recovered disk.
    If you are just starting TB with a new profile, the simplest thing to do would be to copy the recovered profile to the directory where your current profile is located. Then switch; see https://support.mozilla.org/en-US/kb/using-multiple-profiles to switch to the other profile
    If you have stuff in your current profile you need to save or merge, let me know and I will give you further instructions.

  • How to migrate GR block stock (103) and its PO from SAP to SAP system

    Hello All,
    We are migrating from one SAP system to another . Our approach is to only migrate open POs and upload stock with initial entry. This works for POs with 101 movement type. However POs with Goods in transit - which usuallly follow the 103-105 cycle are causing an issue.
    How would I migrate GR blocked stock i.e. if a PO has had only 103 mvt against it.
    Thanks in advance.

    Hi,
       If the invoice is not entered / paid, then the old PO should not be processed for any subsequent process and you have to do all the subsequent process based on the new PO in the new system. You may block the old PO item to avoid any mistake.
       If invoice is already entered and pending for payment, please check with your accounts department regarding the approach, since it will be critical from audit point of view. You may either cancel the invoice in the old system and create the same in the new; or continue with the payment in the old system and transfer the correct material valuation price from old system to new system and create free of cost PO for these items (only for already paid items) in the new system (since invoice is already paid).
       If you need the GR blocked stock, you have to create the transaction data!!. You may use any of the data upload tool to achieve the same!
    Regards,
    AKPT

  • ? about copying a track and its contents

    hi,
       In a number of threads, i have read "create a transport connection between the tracks".  Is this the same procedure as creating the original track, i.e., checking in the archives, doing imports, etc. in transport studio? I
    If not, can the content actually be captured in a transport on disk and reimported to a new track? If this is the case, can someone point me to where in the docs this is explained?
    I want to make certain that i am not missing something important here.
    Sincerely,
    Steven

    Hi Steven,
    Copy track definition:
    With the help of CMS "Save as" button you can simply a create a copy of a track with the same track definitions.
    Content copy:
    To copy the contents, that is filling of the track can be done in various ways:
    1) Forward the latest assembled SCs from the source track to the new target track
    2) Download the SCAs from the source track to FS and then manually check in.
    This link below can give you some information on creating a second track. You may go through how to perform layered development>preparing the development for layered development>creating a domain and first track in CMS--> her you will find info on creating second track, connecting tracks etc.
    http://help.sap.com/saphelp_nw70/helpdata/en/44/0d18d725301a78e10000000a1553f6/frameset.htm
    Track connections:
    This is basically to avoid double maintenance. You can a detailed idea about track connections here:
    /people/guenter.schiele/blog/2005/12/21/best-practices-for-running-the-nwdi
    Hope this helps!
    Akshatha

  • How do I switch my ipod classic and ipad mini from desk top computer to laptop?

    I bought a new laptop so I would like to do away with my desk top computer. When I tried to sync my ipod to itunes on my laptop it gives me a message that it is synced to another computer. How do I switch it without restoreing it? And my ipod too?

    Hi,
    See Here for 
    Moving iTunes Library from PC to Mac
    http://www.macworld.com/article/146958/2010/03/move_itunes_windows_mac.html
    And Here for Purchases:
    http://support.apple.com/kb/ht1727

  • How do I move pics in albums on my iPad to my Mac?

    Have an iPad air and just purchased a MacBook air. How do I move photos in albums on my iPad to my new MacBook air?

    Try using an App like Photo Transfer. See here:
    Photo Transfer App - Easily copy, share and backup pictures and videos over wifi between devices and computer by ERCLab, LLC
    https://appsto.re/us/SQ8Wv.i

  • How do I move/copy music from iTunes to my USB stick?

    How do I move/copy music (a playlist) from iTunes to my USB stick, so that i can play it on my Media Center?

    Are you using Finder to try and transfer, or are you using iTunes?
    Using Finder should yield no "Decoder" error.

  • How can I move (copy) my Time Capsule date to a new 2T hard drive and then wipe the TC and start as a new (clean) Time MACHINE backup?

    How can I move (copy) my Time Capsule date to a new 2T hard drive and then wipe the TC and start as a new (clean) Time MACHINE backup?

    Just use the archive utility on the disk page of the airport utility manual setup..
    If you have lion and v6 airport utility.. it missed out. On lots of things.
    Download and install the real.. UTILITY
    5.6 http://support.apple.com/kb/DL1482

  • How do I move/copy contacts from Entourage to iCloud Address Book without creating duplicates? Address Book on Mac, iCloud, iPhone and iPad is now empty

    How do I move/copy contacts from Entourage to iCloud Address Book without creating duplicates? Address Book on Mac, iCloud, iPhone and iPad is now empty

    Thank you for letting me know!
    Going to give it a go. Had a back up of all my clients files stupidly not my software as I have the originals disks. Just realised that amongst the software is ibiz and have lost al my accounting and billing files for the last 7 years want to cry so losing my contacts now will really tip me over the edge!
    Fingerscrossed this works!

  • How do I move pictures within Albums?

    I have an IPAD Air with iOS8.1 installed.  Why, when I added pictures did some of them get out of order?  How do I move pictures within Albums?

    To rearrange photos in an album:
    Open the album.
    Touch "Select"
    Touch and hold on a photo and drag it to the desired location.

Maybe you are looking for