OS X V10.4 :: Such A Simple Automator Workflow But It Won't Work (include Subfolders)

Mar 13, 2012

Hi all, here's what I'm trying but failing to achieve in Automator: 

1) When files are added to "foldername" or any of its subfolders

2) Copy that file to "newfolder" 

What is actually happening with my workflow below is it only takes action if something is added directly into "foldername" and ignores files added to subfolders like "foldername/subfolder". 

Info:
Macbook Pro, 2.8GHz, 4GB RAM, 450GB HD

View 5 Replies


ADVERTISEMENT

OS X Server V10.6 Snow Leopard :: Include Office 2011 In SIU NetRestore Workflow?

May 22, 2012

I am trying to build a modular workflow to perform a NetRestore of Lion, rather than the old fashioned way of cloning a system. I am using SIU 10.7.3 on a 10.7.4 client iMac. Our servers are running 10.6.8 Server. I am also trying to follow the directions from the 10.6 Deployment book from Peach Pit, as well as looking things up in SIU's built-in Help and I am running into problems. 

Firstly, I am not clear on how to install 3rd party apps such Office 2011 or apps that install via .mpgks. I created a couple of test Workflows and when I tried to include the Office installer, it would fail at the very last step of the NetRestore. Mpgks would not even install at all.  

I am also not clear on how to inlcude apps that do not install via packages, such as Firefox.

Secondly, documentation is confusing regarding workflows that work for Netinstall and Netrestore. The Add User action is only available for NetBoot workflows and not NetInstall modular workflows, which doesn't really make sense. 

Why is the Add Packages and Post-Install Scrpits available only on NetInstall images? It makes more sense to me that this action should be available for NetRestore workflows. 

View 2 Replies View Related

Applications :: Automator Workflow To Capture Image URL

Apr 22, 2010

Does anyone know of an automator workflow that will create a document or otherwise capture a list of URL's, or associated a URL to each image, when an image is dragged from a webpage to the desktop or to a folder?

View 1 Replies View Related

MacBook Pro :: Automator Rsync Workflow With Yes / No Prompt

Feb 21, 2012

I am trying to adapt a workflow that i downloaded from Finished workflow, ready to use zip | 148 kb Sourced from: url...The workflow is a rsync workflow that syncs (mirrors) two folders.At present the Run Shell Script runs rsync -va --delete "$1/" "$2/".However, i would like the script to prompt me with a "Would you like to run a dry run? " dialogue box with a Yes/No answer. The Yes command would run the following script (Dry run) rsync -vaun --delete "$1/" "$2/".The No command would run the following script (Actual run) rsync -vau --delete "$1/" "$2/" set question to display dialog "Would you like to run a Dry Run?" buttons {"Yes", "No"} default button 1 set answer to button returned of question.

Info:
MacBookPro, iOS 5.0.1, Mac Office 2011

View 2 Replies View Related

OS X V10.7 Lion :: Save A Workflow To Automator Library?

Mar 28, 2012

I have a workflow that I use often. Is there a way to add it to the library? I added a folder called My Workflows, but can't save any of them to that folder.

Info:MacBook Pro, Mac OS X (10.5.8)

View 2 Replies View Related

OS X :: Automator Save-as Plugin Not Working - How To Create A Workflow

Jan 2, 2009

I am new to automator. I'm working on a Powerbook G4, in osx.4.11, and I'm trying to save a workflow as a plug-in in automator. When I click file>save as plug-in, nothing happens. I get no pop-up, and no plug-in is saved. I've tried this with various workflows.

I'm also having trouble adding actions to the workspace (even ones that make sense to add, i.e. I am following a tutorial to create a workflow that others have made before).

View 1 Replies View Related

OS X Mavericks :: Automator - Define Start Folder For Workflow

Aug 27, 2014

What I try to do is pick a photo from a defined folder ("gallery"), scale it and upload it to my Wordpress side. I automatically want to run this workflow every morning at a specific time so that the pictures changes everyday. It may sound strange that almost everything is done but two things are missing: 

a) How do I tell Automator to use a random file from the "gallery" folder? How do I tell it to use the "gallery" folder in the first place?

b) How do I schedule that task? Is there a scheduler function somewhere that I missed? 

Right now I use it manually as a service for images - that's why the first action is the copy action.Once the picture is scaled down to 230px and loaded into the folder "image_upload_temp" Hazel will take the file and upload it. I need to copy the file first to keep the original and scale a copy and then move it to the target folder because Hazel shall not upload the unscaled but only the scaled version. 

Info:
MacBook Pro, Mac OS X (10.7.4), 15", 8GB

View 2 Replies View Related

Applications :: Create A Automator Workflow To Copy Exact Folders?

Mar 24, 2009

I want to set up a Automator workflow so that whenever I move Photo's to a certain folder, it will automatically copy those files to another folder, how can I do this ?

I have already created one, but after the first ' sync' it has failed and now does not work.

View 1 Replies View Related

OS X Technologies :: Automator Workflow Fails With Cryptic Error Message

Mar 14, 2012

I'm updating an Automator workflow for OS X Lion that I initally developed and used, without issue, in OS X Tiger. The workflow asks for a name, creates a folder for the name, takes a digital image with a Nikon D50 connected to the computer, and saves the image to the new folder. This aspect of the workflow works fine. 

I then have a prompt asking if we should take another. If the user says "yes," the script should take another image and save it to the folder. This is where I run into an issue. When I attempt to add another "Take a Picture Action" into the workflow, I get the cryptic (at least to me) error message in the attached screenshot.   

Here's the text: 

"Cannot update for observer <AMWorkflow 0x400458ac0> for the key path "parameters.name" from <TakePicture 0x403e3b0a0>, most likely because the value for the key "parameters" has changed without an appropriate KVO notification being sent. Check the KVO-compliance of the TakePicture class." 

The language of this error would seem to indicate a bug.

Info:
MacBook, Mac OS X (10.7.3), White

View 1 Replies View Related

OS X V10.7 Lion :: Automator Workflow With Create Package Action: Launch Path Not Accessible

Apr 5, 2012

I am using this action in a workflow.  I have downloaded the Auxiliary Tools and put PackageMaker in /bin.  When I run the workflow, it barfs on this action.  The error message is "launch path not accessible."

Info:
Mac OS X (10.7), iMacs, MacBook, and iPhone 4

View 1 Replies View Related

OS X V10.6 Snow Leopard :: Automator Workflow To TAR Multiple Files In A Single Directory Into Multiple TAR Archives In Succession?

Jun 12, 2012

I have set up an automator service that TAR's a folder into an archive for me and it works quite nicely. Idealy however, I would like to be able to highlight several folders, right click and have automator tar each folder into it's own TAR archive, but do it one by one.  

[Code]...

I'm not 100% sure so I guess it would be a good time to verify, is there a problem with having the system try to TAR multiple folders at one time? If it is not a problem then I guess this discussion itself is pointless and I can simple right click on each folder and select "TAR Folder" and just wait until they're all finished. I would think that it would be ideal for the system to do each one individually and not try to do them all at one time. 

View 3 Replies View Related

OS X V10.7 Lion :: Include Related Messages = Include Trash?

Jul 4, 2012

Is there a way to make Mail show messages from the Trash when "include related messages" is turned on? If I have trashed a message and receive a later reply from that conversation, Mail won't show me the previous message.  

View 5 Replies View Related

OS X V10.7 Lion :: Simple Operations Do Not Work With Touchpad

Jun 21, 2012

I'm in Lion touchpad does not work. Pressing one finger does not stand the text, and one finger does not move objects on the screen. On the second computer, everything works, but here I have to select and move all three fingers.

Info:
MacBook Pro (13-inch Mid 2010), Mac OS X (10.7.4)

View 1 Replies View Related

MacBook Air :: Maya - Capable Of Handling Simple Modeling / Animation / Dynamics Work?

Sep 10, 2008

do you think the new MBA's (hopefully released Oct 14?) will be capable of handling simple modeling / animation / dynamics work? Nothing too fancy, I'm not going to be rendering massive vfx quality stuff.. but maneuverable and not too sluggish.

View 13 Replies View Related

OS X V10.7 Lion :: Automator Does Not Work On Loop Automatically

Mar 20, 2012

I've got an Automator loop that is stopping at the first iteration while set on "loop automatically" but if I set it on "ask to continue" it prompts me every time but continues to loop correctly if I have selected multiple items in Finder.

Info:
MacBook Pro, Mac OS X (10.7.3)

View 1 Replies View Related

OS X Technologies :: Older Automator Script Won't Work In Lion

Jun 20, 2012

i have an Automator "application" that i made with the help of people on this very board that worked flawlessly on Snow Leopard and previous OSs but doesn't work in Lion anymore.i was hoping if someone could look at the file (link below) and either tell me what needs to be changed, or go right in and change it for me! (i don't really have much experience with scripting). i have a txt file with a list of filenames. the script references this list, goes to the folder that contains these files (but the folder also has other files in it too) and copies the referenced files into a new folder. url...

View 14 Replies View Related

Mac Pro :: Most Efficient Backup Workflow?

Jun 27, 2012

I've got a Mac Pro 2008 with four internal SATA drives which I back up with Deja Vu (don't care for Time Machine) on to four SATA drives housed in an Icy Dock. I back up all the key folders from Drive 1-Internal (users, apps, library, system, along with some other folders) but I do not have an OS installed on this drive. If my Drive 1-Internal fails, the option is to boot an OS from a DVD or USB drive and do a clean install onto an empty drive. I can then copy my backed up folders onto the newly-formatted drive. 

The first issue is that you have to have a hard disk at your disposal that is either new or you're willing to wipe clean. The second concern is that it takes more time to do a clean install and transfer backed up files than if you had a backup drive with an OS installed that you could boot from. 

What are the advantages of installing an OS on Drive 1-External? Doing this would mean having to run software updates on two separate drives? Apart from decreasing the downtime involved to reformat a new drive, isn't it preferable to do a clean install on the new main hard disk? Opinions?

Info:
Mac OS X (10.7.4)

View 12 Replies View Related

Configuring Power MAC G5 For Final Cut Pro Workflow

Feb 13, 2012

I am new to MACS as most of my experience has been with windows OS. I recently took some classes in video production (which initiated me to the MAC environment) but abandoned it due to frustration caused I believe by under-resourced computers in our lab (Mac Pro w just 3GB RAM running Final Cut Pro X) too many hours wasted watching the rainbow windmill. My offer to buy 16GB of RAM and loan it to them for a test was rejected.I want to continue working on video editing, so found a couple Power MACs and FCP v5.1. One is a 1.8Ghz dual (bought before I knew better) and the other a late 2005 Quad which I am configuring for editing. It currently has 10GB or RAM and I expect to bump that to the 16GB limit. The hard drive space shocked me. Who would design a case like that to hold just 2 drives? I see that additional internal drive cages are made by 3rd parties and am considering that. But before I get too involved, I need to learn more about MACs.I obviously bought these used and didn't get any install discs. There are 2 drives in the Quad. A 500GB holds about 100GB for the OS and applications. The second drive is 250GB and empty. As I understand it, the Quad supported only SATA version 1 (150MB/s) correct? Will it support 2TB drives?

I'd like to separate the OS and APs from the data and think that the 250GB drive would suffice for that purpose. Can the files on the boot drive be cloned to the 250GB drive so I can use it to boot from? In the alternative, I might replace both with 2TB drives if the OS (10.5.8) will support that. The primary concern here is to keep all the existing APs functional.I am just now taking a linux class and the advice there is to create lots of different partitions. Onr for the kernel and system files, another for APs, etc and to create a swap file on a different drive for optimal performance. I think that would be the same for the scratch file for video rendering.

Aside from the 2 HD bays, I am studying the idea of a SATA card that would support internal as well as external sata devices. Given that rendering is processor-intensive, is there any advantage to adding a SSD via a SATA card running at 3 or 6GB/s? One reference I read indicated that the video can't be processed faster than the existing HDs can take it. If true, then I wouldn't see much advance in adding faster drives. But if someone that ahs experience with such, I'd like to get some input.As to the 1.8 Dual G5 that I grabbed before i 'discovered' the Quad, I'll probably use that more for video capture since its PCI-X slots will accomodate my video capture cards inputting mostly miniDV tape media.

Info:
Power Mac G5 (Late 2005), Mac OS X (10.5.8)

View 4 Replies View Related

Applications :: DVD Copying Workflow - Missing Compression Tool

Jun 21, 2010

I've always backed up the DVDs I've purchased for when the originals get scratched. On a PC I had a decent workflow that involved a decrypter, a compressor, and Roxio burning ROM. Now on a Mac I'm a bit lost. I've used handbrake to rip DVDs to be playable in iTunes and have Burn installed, but there seems to be something missing, namely a compression tool and the ability to keep the original DVDs menu structure, etc. I know about Mactheripper but am lost after that. Shed some light on this for me?

27" iMac, Snow Leopard

View 2 Replies View Related

OS X V10.6 Snow Leopard :: Create A Workflow That Will Monitor A Webpage?

Jun 10, 2012

I am trying to create a workflow that will monitor a webpage and send me email if the page contains a certain keyword. I got it working, I get email; the email contains the keyword, or is an empty message when the keyword is missing.I would rather not get these empty messages is possible. Until I figure this out, I may send these message at some gmail address and create a fiter there to forward only message with that keyword. Not elegant but should work. Anyway, long term I want a more elegant solution. Here is what I have in Automator:

1) Get Specific ULRs

2) Get Text from Webpage

3) Filter Paragraphs (and here is where I check whether the keyword shows up or not)

4) New mail message (which contains they keyword from #3, or is empty)

5) Send outgoing messages.

As I said, the workflow always works, and will send a message with that keyword, or an empty message. How do I make the workflow send email ONLY if they keyword is detected? There is not IF in Automator as far as I can see. This is the first time I try to do something in Automator so maybe I am missing something.

Info:
Mac OS X (10.6.8)

View 4 Replies View Related

OS X Technologies :: Run The Create Booklet Workflow As A Folder Action?

Jul 2, 2012

Please accept my apologies if I'm posting in the wrong section .  I've been using the fantastic Create Booklet PDF Service (workflow) by Christoph Vogelbusch (his page is on .mac, so it just went bye-bye).  I'd like to turn this worklfow into a folder action so that when a file is added to the folder, a pdf booklet is created automatically.  In particular, I'm interested in doing this in Microsoft Word.  Can anyone tell me if this is even possible, and if so, either point me in the right direction (or, at least, to the best Automator community where I might repost this request)?

Info:
2.2 GHz Intel Core 2 Duo MacBook Pro, Mac OS X (10.6.3)

View 1 Replies View Related

OS X :: Saving Files Into Subfolders With Leopard?

Mar 18, 2008

In mail, i can only save to Downloads or a folder on the same level. It won't let me choose a subfolder or create a folder like i could before. Same thing when i try to save a file. When i'm using Adobe CS3 applications i swich to the adobe dialog boxes but this seems so stupid.

This is a HUGE time waster for me. I deal with a projects that involve a great quantity of files that need a lot of folder organization. Is this something to do with stacks? Am i being required to think differently?

View 3 Replies View Related

OS X :: Creating Permissions To A Folder AND Its Subfolders?

Dec 26, 2009

It is very tiring and time consuming to set permissions to a folder and then doing the same all the way down to the last subfolder.

Does anyone know of a way to do it all at once?

View 2 Replies View Related

OS X :: Using Terminal To Create Md5 Of Folders & Subfolders?

Jun 23, 2010

I can't find a third party app to create a MD5 checksum of folders and subfolders. The closest I got was checksum+, but the programs doesn't handle large folders; it freezes.

So I would like to go into Terminal and do it manually. Can someone share the command line to create:

�a MD5 checksum of a folder and its subfolders and output it to a txt file.

�a way then to use that outputted text file for file verification. My initial thinking is that I would have to create another MD5 checksum of the copied folder and then use a difference type command to compare the text files?

View 1 Replies View Related

Applications :: Can I Create Subfolders In IPhoto?

Jul 21, 2010

So I've generally avoided using iPhoto for my pictures, mostly due to the familiarity of the old school method, which is just putting different folders and the like in the "Pictures" section of finder. So, if you click on "Pictures," you'll see various categories: family, friends, celebrities, sports, wallpapers, etc. Then when you click on, say, family, you'll have other folders of the various family members of families. Then you click and you see the pictures, etc.

Is there a way to organize this in iPhoto in the same fashion? Where I can have various main categories (i.e., family pictures), but various subcategories (i.e., the Smith Family, the Doe family, etc.) within the folders? Or am I fine with how I have it now?

View 1 Replies View Related

OS X Technologies :: Rename Files In Different Subfolders

Apr 17, 2012

I am looking for a script to do the following:I have different files in various folders and subfolders that I wish to rename.So I need a script to search for files in all folders and subfolders of my external drive and find all files ending in .doc.Then I need each file to be renamed as "report.doc". (there is only one file per subfolder so there is no danger of having two files with the same name

View 2 Replies View Related

MacBook Pro :: How To Save Files To Subfolders

Jun 4, 2014

How does a new Apple user figure out how to save files to subfolders in Documents?   

Info:
MacBook Pro

View 3 Replies View Related

OS X Technologies :: Pause Workflow Until Embedded Applescript Application Is Complete

Mar 1, 2012

I have a multi-step automator workflow that has an embedded "Launch Application" step that calls an applescript application that I've written.  The application goes through a list of URLs.  I don't want the workflow to start with the next step until my application has cycled through all the URLs.  Currently, I have hard coded a pause into the workflow, but I'm looking for something more precise (if I set the pause too long, it results in unnecessary delays, if I set it too short, my workflow gets messed up). 

I'm assuming there is some way to modify my application and/or the workflow to send a complete status that can trigger the next step in my workflow.

Info:
Applescript, Mac OS X (10.7.2)

View 2 Replies View Related

Applications :: How Can I Export My Aperture Folders With Subfolders?

Aug 16, 2010

I imported my pictures to aperture, and in the project window, I have one "lump" of 4000 pictures. They ARE separated by folders and albums (and subfolders), but in the finder, they are just one lump of files. How do I get the files (in the finder) back to a folder structure?!

View 3 Replies View Related

OS X V10.5 Leopard :: Rename Files In Multiple Subfolders At Once

Apr 17, 2012

I have different files in various folders and subfolders that I wish to rename.So I need automator to search for files in all folders and subfolders of my external drive and find all files ending in .doc. Then I need each file to be renamed as "report.doc". (There is only one file per subfolder so there is no danger of having two files with the same name.)

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved