![]() |
Zalister, have you written a script for fazstp's compressed archive? I'm curious to see if my solution is different from others. :)
|
Sorry no disrespect to NovaScotian who has taught me a lot ;)
But his script in post #37 did not work, that is why I posted a corrected one The reason the script did not work was: Code:
set Fldr to choose folderCode:
set F to choose folderBut with or without the alias list in place, if you use the line: Code:
tell application "GraphicConverter" to set file iptc of (onePic as alias) to {Cmt} -- set it with GCit works. In my script I did it slightly different but it has the same result The other part that will give bad results or not write the IPTC (even though it looks like it has in the event log) is the class of the text. Code:
set Cmt to («class ktxt» of ((comment of onePic as string) as record)) -- get the comment from the Finder |
So several things are clear:
1) Schneb thanked the wrong person: Mark's version was the winner and clearly the one that Schneb must have used. Credit where it is due. :) 2) My script should have read (now thoroughly tested): :rolleyes: Code:
set Fldr to choose folder3) To check the results: Code:
set Fldr to choose folder |
Pardon to all. I neglected to mention that I was heading out of town for a week and would not even get a chance to start to script until I get back. People keep telling me I need to be more forthright about my scheduling... One of these days I'll learn. Sorry again.
That said, I've been looking into learning some of the UNIX commands to get this done, and I'm working with droplets in AppleScript Studio to try and get it done. It will probably take a few days, but the wife is still out of town and I have nothing to do on Friday night so...maybe I'll be done quickly. Who knows. Again, apologies, but I'm back and I'm going to start working on it. |
I uploaded a dmg backup script.
DMG Backup Thanks to cwtnospam for the hdiutil scripting. Sorry Zalister, I had to do some Applescripting for another project and once I got the hdiutil method from cwtnospam it was a short leap to the backup script I originally asked you for. |
Quote:
Again, a big THANK YOU to both Mark Hunte and NovaScotian! |
fazstp -- Don't worry about it. I'm beginning to think I should just figure out a useful script myself and execute on it. These forums don't work at the same glacial pace that I do :).
|
Quote:
(Sorry :o glacier joke) |
No, but every now and then I feel my will to work on scripts evaporating into thin air.
(Two can play at that game ;).) |
| All times are GMT -5. The time now is 01:06 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.