Le 29 août 08 à 21:18 (soir), Dennis Birch a écrit:
On Fri, Aug 29, 2008 at 10:45 AM, Terry Ford <tmford@shaw.ca> wrote:
On Aug 29, 2008, at 10:17 AM, Norman Palardy wrote:
On 29-Aug-08, at 10:25 AM, Lennox Jacob wrote:
Hi Dennis,
Would you mind sharing that simple AppleScript droplet?
I would appreciate it.
Thanks.
Lennox
Something like this saved as an app should do it
on open theFiles
repeat with aFile in theFiles
tell application "Finder" to update aFile
end repeat
end open
Yes, exactly.
Doesn't one save it as a Compiled Script to work in REALbasic?
No. This is a droplet that you keep on your Desktop or somewhere else
convenient so that you drop your application icon on it in the Finder.
If you have to open a script once your app is compiled, is it not
simpler to add a space, validate the new name and remove the space?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|