How do I use Automator to duplicate a folder with graphics on my desktop and erase their Resource forks?

How do I use Automator to duplicate a folder with graphics on my desktop and erase their Resource forks?
I do not use command line and tried to use ZapResourceForksAMAub_1.2 which I downloadedand instaled the Zap Resource Forks.action. Next I tried to use their sample copy-zap-rsrc.workflow in Snow Leopardon my Mac Pro. The 3 different steps are displayed in Automator but there is no place to put in which folder (on my deskto) to copy, and remove the resource forks from the graphic files.
Can sombody please step me through this please please.
                                                                                      W.W.

Unfortunately, Back to My Mac only works across computers using the same iCloud account.

Similar Messages

  • How can I use Automator or AppleScript to get text from a web page and paste it in execl?

    I don't know how to make scripts or complexed automator workflows... that's why I'm asking.
    I'm trying to make a simple app or script to ask me what text to extract from a web page, like name, address and phone number of a web page and paste each one of these data in the righ cell of excel.
    I was thinking to promt a request from automator or an applescript to ask me which text to extract from the page or to look throught the HTML of the page to search for specific html tags, from which extracting text and then importing it, or paste it to the specified execl cell. Name in the name cell, address in the address cell and so on.
    Can somebody help me to make this script?
    If you know an alternative, like a software that already do this or another language to use, please tell.

    Try holding down the alt key as you mark the text to be copied. You can then copy columns to table text.

  • How can I use Automator to extract specific Data from a text file?

    I have several hundred text files that contain a bunch of information. I only need six values from each file and ideally I need them as columns in an excel file.
    How can I use Automator to extract specific Data from the text files and either create a new text file or excel file with the info? I have looked all over but can't find a solution. If anyone could please help I would be eternally grateful!!! If there is another, better solution than automator, please let me know!
    Example of File Contents:
    Link Time =
    DD/MMM/YYYY
    Random
    Text
    161 179
    bytes of CODE    memory (+                68 range fill )
    16 789
    bytes of DATA    memory (+    59 absolute )
    1 875
    bytes of XDATA   memory (+ 1 855 absolute )
    90 783
    bytes of FARCODE memory
    What I would like to have as a final file:
    EXCEL COLUMN1
    Column 2
    Column3
    Column4
    Column5
    Column6
    MM/DD/YYYY
    filename1
    161179
    16789
    1875
    90783
    MM/DD/YYYY
    filename2
    xxxxxx
    xxxxx
    xxxx
    xxxxx
    MM/DD/YYYY
    filename3
    xxxxxx
    xxxxx
    xxxx
    xxxxx
    Is this possible? I can't imagine having to go through each and every file one by one. Please help!!!

    Hello
    You may try the following AppleScript script. It will ask you to choose a root folder where to start searching for *.map files and then create a CSV file named "out.csv" on desktop which you may import to Excel.
    set f to (choose folder with prompt "Choose the root folder to start searching")'s POSIX path
    if f ends with "/" then set f to f's text 1 thru -2
    do shell script "/usr/bin/perl -CSDA -w <<'EOF' - " & f's quoted form & " > ~/Desktop/out.csv
    use strict;
    use open IN => ':crlf';
    chdir $ARGV[0] or die qq($!);
    local $/ = qq(\\0);
    my @ff = map {chomp; $_} qx(find . -type f -iname '*.map' -print0);
    local $/ = qq(\\n);
    #     CSV spec
    #     - record separator is CRLF
    #     - field separator is comma
    #     - every field is quoted
    #     - text encoding is UTF-8
    local $\\ = qq(\\015\\012);    # CRLF
    local $, = qq(,);            # COMMA
    # print column header row
    my @dd = ('column 1', 'column 2', 'column 3', 'column 4', 'column 5', 'column 6');
    print map { s/\"/\"\"/og; qq(\").$_.qq(\"); } @dd;
    # print data row per each file
    while (@ff) {
        my $f = shift @ff;    # file path
        if ( ! open(IN, '<', $f) ) {
            warn qq(Failed to open $f: $!);
            next;
        $f =~ s%^.*/%%og;    # file name
        @dd = ('', $f, '', '', '', '');
        while (<IN>) {
            chomp;
            $dd[0] = \"$2/$1/$3\" if m%Link Time\\s+=\\s+([0-9]{2})/([0-9]{2})/([0-9]{4})%o;
            ($dd[2] = $1) =~ s/ //g if m/([0-9 ]+)\\s+bytes of CODE\\s/o;
            ($dd[3] = $1) =~ s/ //g if m/([0-9 ]+)\\s+bytes of DATA\\s/o;
            ($dd[4] = $1) =~ s/ //g if m/([0-9 ]+)\\s+bytes of XDATA\\s/o;
            ($dd[5] = $1) =~ s/ //g if m/([0-9 ]+)\\s+bytes of FARCODE\\s/o;
            last unless grep { /^$/ } @dd;
        close IN;
        print map { s/\"/\"\"/og; qq(\").$_.qq(\"); } @dd;
    EOF
    Hope this may help,
    H

  • Using Automator to open a program with a delay after a programmed restart

    Hi to all! With my old PowerPc I used to start unattended sessions of my Newsreader (Unison) overnight simply putting Unison in my Login elements window, and programming a restart at a fixed hour. Unfortunately, with my very fast new iMac this doesn't work: Unison opens too fast after the programmed restart, before a network connection has been established, and Unison is unable to see the NewsServer online when it starts (error "nodelist not found", typical of a not yet established Internet connection). Note that I downgrade to Unison 1.8.x to do this, as the Unison 2.x program cannot be closed with a session running to resume it after start: it simply defaults to "Pause transfers" after quitting, and need a clic on "Resume" after reopening.
    Obviously, what I need is to introduce a "wait (say) 2 minutes before the opening of Unison", or anything that can check the Internet connection before Unison starts. May anyone instruct me to do this with Automator and/or AppleScript?
    In fact, I tried to generate a workflow in Automator, with a Pause after the start of the process, then the instruction to open Unison. I put the saved workflow in my Login elements, but it didn't work on my iMac 27, i7Core, Snow Leopard installed. I added an "execute workflow" at beginning of the process, but the Pause command gives always an error and the process stops before Unison' opening.
    Any suggestion or help in writing an Automator or AppleScript workflow/script to be put among the startup items?
    Thanks a lot!

    I am trying to use Automator to restart an application. I figured how to quit the application, however when I relaunch it, it asks for password permission... how can I use automator to enter the password? or is there a way to launch the software with password in a script?

  • How do I use AirPort Extreme to be able print from my MacBook Pro AND a PC. If I connect printer into AirPort, I can only print on laptop. If printer is connected to PC hard drive, I can only print on desk top. How do I configure this to make both print?

    How do I use AirPort Extreme to be able print from my MacBook Pro AND a PC. If I connect printer into AirPort, I can only print on laptop. If printer is connected to PC hard drive, I can only print on desk top. How do I configure this to make both print?

    If you have not already done so, your chances will really improve if you....
    1) Connect the printer to the USB port on the AirPort Extreme
    2) Download and install Bonjour Print Services for Windows on the PC

  • How can I use my Dell photo 924 printer with my iMac

    How can I use my Dell photo 924 printer with my iMac, I have tons of ink and don't want to buy a new printer right now.

    People who need to SCAN & PRINT without a compatible driver from their manufacturer can use Apple's very basic "PRINT & SCAN" utility in System Preferences:
    Click the Apple menu ( ), and then click System Preferences .
    Click Print & Scan ( ).
    Click Scan , and then click Open Scanner .
    Click Show Details . The details of the scan display, including options to modify scan settings such as output type.Figure 2: Example of the Show Details scanning screen
    Change any settings as necessary, and then click Scan .
    Hope this helps

  • How can I use a vector image to stretch with the backgrounds in Muse master pages?

    How can I use a vector image to stretch with the backgrounds in Muse master pages?

    Maybe there's a bug.  I think it's only showing it when it wants to because look:

  • How can I use an image as a folder background on icon

    vista updated firefox - how can I use an image as a folder background for an icon of that folder (for desktop)

    This is not a Firefox related issue or Firefox setting etc. This is a windows or OS setting, I provided the link below on how to change this in Windows Vista.
    See:
    '''[http://answers.microsoft.com/en-us/windows/forum/windows_vista-desktop/how-do-i-change-the-folder-icon-in-vista-to-one/01261170-4e02-4c4b-8c02-141d1524ad3e?auth=1]'''

  • How can I use my Ipod as an alarm with wake up to an internet radio?

    How can I use my Ipod as an alarm with wake up to an internet radio?

    You need to find an app that does bot since one app can effect another app (an alarm app can tell an internet radio app to start playing).  There is Trance Radio with Alarm and Radio with Alarm Clock

  • Hi i am currently using a white macbook mid 2009 with 10.6.8 version and i wanted to upgrade it to yosemite? So wanted to know if it would be alright?

    hi i am currently using a white macbook mid 2009 with 10.6.8 version and i wanted to upgrade it to yosemite? So wanted to know if it would be alright?

    Hi Shubham Nahar,
    The system requirements for Yosemite are listed here.
    How to install OS X Yosemite on your Mac
    Before you install Yosemite, make sure you have one of these Macs:
    iMac (Mid-2007 or newer)
    MacBook (Late 2008 Aluminum, or Early 2009 or newer)
    MacBook Pro (Mid/Late 2007 or newer)
    MacBook Air (Late 2008 or newer)
    Mac mini (Early 2009 or newer)
    Mac Pro (Early 2008 or newer)
    Xserve (Early 2009)
    Your Mac also needs:
    OS X Mavericks, Mountain Lion, Lion, or Snow Leopard v10.6.8, already installed
    2 GB or more of memory
    8 GB or more of available disk space
    I don't have that Macbook, so maybe others can chime in as well.
    Take care,
    Nubz

  • HT1386 How many different computers can I sync my iPod with?  My laptop crashed and was completely wiped clean and this was the machine that my iPod synced with so I don't know if it will be counted as a "new" computer.

    How many different computers can I sync my iPod with?  My laptop crashed and was completely wiped clean and this was the machine that my iPod synced with so I don't know if it will be counted as a "new" computer when I sync my iPod.

    You can sync with onee at a time. Syncing to another will erase the current content.
    Copy everything from your backup copy of your old computer to your new one.

  • How do I get IE to read pdf's with a Windows 7 OS and acrobat 7 on my system?

    How do I get IE to read pdf's with a Windows 7 OS and acrobat 7 on my system? It works with firefox. It worked previously but I think the automatic upgrade to reader 9.4 messed it up - so how do I fix it?

    Hi,
    It looks like the default association of your PDFs was set to Adobe Acrobat, when you installed Adobe Reader 9.4.0. I would request you to either uninstall Adobe Reader 9.4.0 and install it again. This time around, you will receive a window asking you to chose between Adobe Acrobat 7 and Adobe Reader 9.4.0 as the default PDF viewing application, make sure you select Adobe Reader 9.4.0 and continue on. This will associate Adobe Reader 9.4.0 as the default PDF viewing application and your internet explorer will be able to open PDFs without an issue.
    If an uninstall seems out of the question, you can change the following registries to point to the path of AcroRd32.exe (i.e. the path wherein you have installed Adobe Reader 9.4.0. By default it would be something like: C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe). The quotes mentioned below are intentional and must be included.
    i.   HKEY_CLASSES_ROOT\Software\Adobe\Acrobat\Exe\(Default) - Change the value to "C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe"
    ii.  HKEY_CLASSES_ROOT\AcroExch.Document.7\shell\Open\command\(Default) - Change the value to "C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe""%1"
    iii. HKEY_CLASSES_ROOT\AcroExch.Document.7\shell\Read\command\(Default) - Change the value to "C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe""%1"
    This should set the default application to view PDFs as Adobe Reader 9.4.0 and let you view PDFs in browser as well.
    Hope this works.
    Ankit

  • HT1430 I was given an ipad 2.  How do I reconfigure it with my own settings, etc. and erase the previous owners informations?

    I was given an ipad 2.  How do I reconfigure it with my own settings, etc. and erase the previous owners informations?

    But note, if the previous owner turned on Find My in iCloud and has not turned that off you will not be able to do anything with that iPad without the previous owner's Apple ID...there is an Activation Lock as part of iOS 7.0.4 that cannot be bypassed so you have to have that Apple ID and password if it has been turned on.

  • Are there pepes out there using ipads to make group music with children who have profound and multiple learning difficulties? I am and I'd love to share the ideas.

    Are there pepes out there using ipads to make group music with children who have profound and multiple learning difficulties? I am and I'd love to share the ideas.
    I am the music teacher in a  Special school in London UK currently working with Drake Music who are a charity that go into schools to enable music making through music technology. Our purpose is to enable a group of 7 children who have profound and multiple learning difficulties to play instruments on the ipads or through the soundbeam and to be able to play and jam together with me underscoring on the guitar. We're having a lot of fun and we're all learning a lot about what can be achieved using the amazing ipad technology. If you're doing a similar project I'd love to hear from you and we can swap notes!

    See Recover your iTunes library from your iPod or iOS device.
    You can use iTunes to easily manage multiple devices by having each sync with selected playlists. I don't personally have any recommendations for other software but perhaps others might.
    tt2

  • When I use Firefox, my email comes thru with only 1/4 showing and is unreadable. what can I do

    when I use Firefox, my email comes thru with only 1/4 showing and is unreadable. What can I do? I like using Firefox.
    When I open my email with another browser, this does not happen.
    [email protected]

    Do you think it might be possible that your phone is a 3G instead of a 3GS?  The reason for asking whether this is a possibility is because 3G iPhones cannot be updated any further than ios 4.2.1.  3G and 3GS are very similar in external appearance.  One way to tell the difference is that the 3G cannot record videos in the camera app, while the 3GS can do this.
    Another way to tell is by introducing your model or serial number in the Apple Support page that identifies your iPhone.

Maybe you are looking for

  • I have 2 sets of permissions, how do I delete one?

    I have five Macs, one G4 and 4 - G5's. G5s are running Snow Leopard 10.6.8. Five graphic designers, who back up their work on a Mac XServer 10.6.6 Permissions on the designer's Macs are set to read/write for everyone. Designer A backs up his job to t

  • Can i transfer redeemed credit from one apple id to another?

    I set up a new apple id on my new ipod touch, forgetting that I already have an apple id with all my old music on. Before i realised this, I had already redeemed £45 worth of credit on to my new apple id. What I would like to do is delete my new acco

  • Faulty ObjectMessage Payload in Message Driven Bean

    To all, I have a frustrating problem. I am using iPlanet application server 6.5 and Java Message Queue 2.0 beta. I have deployed a message driven bean into the application server. This bean expects ObjectMessage's. The bean successfully receives mess

  • Oracle 9i latch free.短暂性hang

    os: hpux 11.31 oracle:9208 上传statspack信息. Enter value for report_name: Using the report name sp_1777_1778 STATSPACK report for DB Name DB Id Instance Inst Num Release Cluster Host WSCDB 1940024694 WSCDB 1 9.2.0.8.0 NO SC3GUP01 Snap Id Snap Time Sessi

  • Statistical WBS Element - do we need to set as Account Assignment Element?

    Hi, I would like to know if I define the WBS element to be statistical (statistical ticked in Control tab) and would want to have posting.  Do I need to set it as account assignment element?  (I noticed system is not allowing me to post if I do not s