OS X V10.6 Snow Leopard :: Automator Script To Create A "today's" /dated/ Folder?
Mar 28, 2012
i tried to see if anyone was able to create something like this and i think that the automator script that i got only created a folder with /todays/ date. what i am hoping for is a script that will /constantly/ update the name of the folder to todays date. the reason i need this is that if i have one of these in my documents folder it allows me to easily see /when/ the last successful backup occurred on my external drives. it is a really nice comfort to see this easily and know quickly that the backup was successful.Â
I tried to find a way to do this a number of months ago and my recollection was that I ended up with a script that added the current date to a folder as a one time operation. I am looking for something that can keep this constantly updated with the /current/ date. This way I can keep this file (with the current date) in my backups and know almost immediately which external volume has the most recent data.Â
I am trying to set up a folder action to do the following... When a file is added to the "images" folder a new dated subfolder would automatically be created, and the file would be moved to this new dated subfolder.Â
Here's what I have so far (which I'm sure is way off base)Â
1) Folder action receives files and folders added to "Images"
2) Filter finder items - Find files where ALL of the following is true: Kind is ANY
3) New Folder - Name is "_" Where: "Images"
4) Add Date or Time to Finder Item Names: Add Date to folder name
5) Move Finder Items: This is the step that I'm stuck on. I don't know how indicate the newly created folder in step 3Â
Another question I have is how to make automator check to see if there's already a subfolder with the current date and put the file in that subfolder instead of creating a new subfolder with a duplicate name.Â
Info: MacBook Pro (15-inch Late 2008), Mac OS X (10.6.8)
How to create a new folder on a NAS disk with the autorisation drwxrwxr-x When i create a folder on my Network Disk with my MacBook Pro under OSX 10.6, the autorisation is:drwx--S---3 Yvnjewab 70 Tue Jun 5 09:55:17 2012 Exercices.But when i do the same from my Windows XP computer i have what i want:drwxrwxr-x5 Yvnjewab67 Wed Sep 14 16:36:13 2011 Parerasse Maison.
I am new to my Mac and want to know who to clear the history in my "Today" folder in Finder. To be clear, I don't want to remove the Today folder but just clear the contents of the applications that I have opened.
On a side note, I would also like to know how to set up finder so that the "Today" folder won't show that I have opened anything (rather then having to go back and remove the history after the fact).
I've lost the 'Touched Today' menu item from Finder. It's a 'smart' folder, I know, but I'm not sure exactly how it was set up. Also, if you're an expert on these 'smart' folders, why do I sometimes find today's items at the bottom of the list in the 'unknown date' section? Is there a set of useful 'smart' folders somewhere?
Info: MacBook Pro with Retina display, OS X Mavericks (10.9.2), 15-inch, Late 2013 16GB DDR 500GB
I just noticed today when i was trying to use this, did Snow leopard erase all my finder automator plugins? I used to beable to right click images on desktop and using automator menu rename and convert images but now its all gone.
I am very new to automator, but relatively savvy with macs and such. Having a strange problem where an Automator file action to rename a file with a sequential number is only working one time. The second time a new file drops into the folder, nothing happens. If I edit the Automator File Action, change the number to a new higher number, it will work one more time, and then not again.  The basic task is to rename a file with a new text and sequential number each time a file is dropped or saved to a folder. I am using a slide scanner, and the default image file that is saved is called 'untitled' each time. Having this work would let me automate the entire scanning process to one click...Â
Info: iMac, Mac OS X (10.6.8), 3.06 Intel Core 2 Duo
I have successfully created a script to resize images. Now, everytime I clik on a file or on a folder Automator runs that script and I get promped to select the file to resize. How do I stop or control this?
Info: MacBook Pro (15-inch Mid 2010), Mac OS X (10.6.8)
I want to use automator to make a time lapse video, but I'd like the video snapshots taken to come from my external isight camera (not the built-in isight). Â
I see that someone else had the same question a few years back (https://discussions.apple.com/message/11257733#11257733), but I thought I'd try again. Maybe things have changed since 2010?Â
I'm running snow leopard on an early 2008 black macbook.
When I want to create a pdf, I click print > .pdf > save as PDF. Everything works fine.
Here's the problem though... when I click print > .pdf > Mail PDF... I get the following popup error. "The action "new Mail Message" could not be loaded because it could not be located. Try reinstalling the action."
Im pretty sure these are issues related to Automator, but through my hours of trolling the web, I havn't found anyplace to download automator actions.
Is there a way to restore automator actions and/or filters?
I'm trying to create a PDF from multiple images in automator. The PDF should contain:First Page: A contact sheet with all imagesFollowing pages: One page for each image
I don't even get the contact sheet working – it always results in a blank PDF.Â
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).
I would like to create an archive of important application installers and I will sync the contents between two systems MacPro and Macbook Pro.Â
I need to pull the names of the application/developers from somewhere so I figured I would use the Application Support directory.Â
So I need a way to copy this directories folder structure without any of the file contents. Is there an easy way to do this. I found a post with an Automator script but the link is dead [URL]
I also found this post that refers to doing it in terminal but since it is the app support directory I am wary to do this as I am not familiar with terminal at all and I am not clear on what exactly to write in the old_dir / new_dir section. I figure it would be something like this /Library/Application Support but I dont want to make a mistake.Â
Here is the Terminal command:
cd old_dir find . -type d -depth -print | cpio -pd new_dir Â
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.
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.Â
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
I'm using Mail 4.5 and have a group of people I'll need to email regularly, most of whom aren't in my Address Book. Is there a simple way I can create a group with these contacts in it from their addresses on the last email I sent them? I don't want to enter them all into my address book inidividually.Â
I have an old macbook pro with damaged dvd drive. Yesterday when I tried to reinstall my mac osx snow leopard, my operation system was damaged and it cannot boot anymore. Now I have an installation dvd of mac osx and a pc. I tried to make a bootable usb drive from from my dvd but I cant.
Is it possible to create a calculator automation? I have to do this same simple equation many times in the day and would love if there was an automation to make things faster.
I am running the latest Snow leopard using an imac 10.6.8. I am looking to upgrade to Lion or possible Mountain Lion if I can wait a few months, but I would really like to perform a clean install so that I can start a fresh.Â
Info: iMac, Mac OS X (10.6.8), 3.06 GHz Intel Core 2 Duo 4GB ram
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.
When sending an email to a pecific address.I need a pop-up elert to remind me about something before I press SEND.Simple is better, just a huge "STOP".
I'd like to create a bootable Snow Leopard Flash Drive, after upgrading to Lion. I have multiple Macs with some expensive legacy software and an Apple USB modem (32 bit) I use out in rural areas. I'm assuming this will be a viable solution