WhatTheyThink Acquires PrepressForums.com, Releases New Version of PrintPlanet

This site is a static archive, you are free to search, and view but no new posts or registrations are allowed.

Please visit printplanet.com for the new discussion groups

Prepress Forums  

Go Back   Prepress Forums > Operating Systems > Mac OS X
Googlemap ME Members List Calendar Search Today's Posts Mark Forums Read

» Site Navigation
 > FAQ
» Skyscraper

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-08-2006, 11:25 AM
Earendil's Avatar
Earendil Earendil is offline
Senior Member
 
Join Date: Dec 2005
Location: I'm with stupid
Posts: 570
Automatic file copy?

Alright, this might be a strange question but does anyone know of a way to set up a folder so the contents will automatically copy into another folder, like mirrored folders?
__________________
Some mornings, it's just not worth chewing through the leather restraints

Volkl - Karma... All Mountain Shredders
Line - Mothership... Super Phat Powder Surfers
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-08-2006, 11:36 AM
macdevin macdevin is offline
Senior Member
 
Join Date: Jul 2005
Location: KS
Posts: 562
Re: Automatic file copy?

Quote:
Originally Posted by Earendil
Alright, this might be a strange question but does anyone know of a way to set up a folder so the contents will automatically copy into another folder, like mirrored folders?
Yep....take alook at automator. This is very...very simple.

For more info look at
http://www.automator.us/

Devin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-08-2006, 11:39 AM
Earendil's Avatar
Earendil Earendil is offline
Senior Member
 
Join Date: Dec 2005
Location: I'm with stupid
Posts: 570
How about pre tiger, OS 10.3.9?
__________________
Some mornings, it's just not worth chewing through the leather restraints

Volkl - Karma... All Mountain Shredders
Line - Mothership... Super Phat Powder Surfers
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-08-2006, 10:26 PM
MarkDouma's Avatar
MarkDouma MarkDouma is offline
Member
 
Join Date: Oct 2004
Location: Grand Rapids, Michigan, USA
Posts: 92
Send a message via AIM to MarkDouma
You'll most likely want to use "Folder Actions" and AppleScript. Basically, you attach an Applescript to a folder, and then any files that are added to that folder (only the folder itself, not any folders which might be inside of it) can be manipulated by the script.

Open Script Editor (in /Applications/Applescript/) and paste in the script below:


property destinationFolder : missing value

on adding folder items to thisFolder after receiving theseItems
?????if destinationFolder = missing value then
??????????set destinationFolder to (choose folder with prompt "Choose the folder you want to move the files to:")
?????end if
?????try
??????????repeat with i from 1 to (count of theseItems)
???????????????set thisItem to item i of theseItems
???????????????tell application "Finder"
????????????????????move thisItem to destinationFolder
???????????????end tell
??????????end repeat
?????on error errorMessage number errorNumber
??????????display dialog errorMessage & return & return & errorNumber
?????end try
end adding folder items to

Choose File > Save and save it as a .scpt into /Library/Scripts/Folder Action Scripts/. Then find the folder you want to "watch", Control-click on it in the Finder and choose Attach a Folder Action.... In the dialog, choose to attach the script you just saved. Add a file to the folder and you'll be prompted (by the script) to choose the destination folder. Then whenever files are added to this watched folder, they'll be moved to the destination folder automatically.

This is a really basic script and could easily be customized to do whatever you'd like.

Hope this helps....

P.S. The actual application that handles this is "System Events" (in the /System/Library/CoreServices/ folder). You may notice it's added automatically to your login items, so don't let it alarm you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-12-2006, 08:00 PM
BigD's Avatar
BigD BigD is offline
Senior Member
 
Join Date: Nov 2004
Location: @ Work
Posts: 314
I want to do the same thing but from an ftp site.

Anyone got an auto copy solution for FTP?

It would need to work on Windows 2000......

D.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 05-13-2006, 10:09 AM
mattbeals's Avatar
mattbeals mattbeals is offline
Moderator
 
Join Date: Sep 2004
Location: Edmonds, WA
Posts: 1,689
Send a message via AIM to mattbeals Send a message via MSN to mattbeals Send a message via Yahoo to mattbeals Send a message via Skype™ to mattbeals
Use CaslonFlow or FullSwitch from Gradual Software. It can automatically receive from an FTP site and distrubite the contents in multiple directions including decompression and a great deal of automatic processing.

There's a ton of things that you can do with CaslonFlow or FullSwitch besides just basic file moving. For example, watch a FTP directory, download the contents, decompress the files, move the PDFs to PitStop Server for processing high res files, make a low res version of the same PDF and email it as a proof to the customer, send the high res PDF to a proofers hot folder and then to the RIP.

Replicate a folder structure from one place to another.

Receive files via email from a customer and keep them sorted by customer.

Submit a file for softproofing and have the softproof automatically emailed.

Receive a InDesign CS2 document, route it to InDesign CS2 on the Caslon/Switch server, have it output a PDF or PostScipt.

Build automatic simple impositions with PDF Enhancer, like saddle stiched books, N-up processing or step and repeat, plus color conversions and proof stamping all in one process.

There are TONS of things you can do with it.

Buzz me if you would like more information or a online demo.[/u]
__________________
Matt Beals
Consultant
Enfocus Certified Trainer, Markzware Recognized Trainer
(206) 201-2320 - Main

come visit me at:
http://www.automatetheworkflow.com
http://www.mattbeals.com
http://www.actionlistexchange.net
http://www.mattbeals.com/blog/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-15-2006, 04:41 PM
BigD's Avatar
BigD BigD is offline
Senior Member
 
Join Date: Nov 2004
Location: @ Work
Posts: 314
Cool - thanks for the info Matt - i will check it out.

D.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatic trapping vs Interactive Gausianblur Artwork Systems 12 07-23-2007 09:56 AM
Batch file find / copy Tim General Prepress 5 07-10-2007 06:26 AM
Automatic Image Res? Damo Indesign 4 10-24-2006 10:25 AM
Automatic 2-sided proofer eppitp Color Management/Proofing 35 02-26-2006 02:46 PM
Preps 4.2.2 Automatic Marks? Joeg Kodak-Creo Systems 15 01-27-2006 04:42 AM


All times are GMT -8. The time now is 11:31 PM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
Powered by vBadvanced CMPS v3.0 RC1

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40