Re: desktop picture
Re: desktop picture
- Subject: Re: desktop picture
- From: Martin Orpen <email@hidden>
- Date: Wed, 11 Jan 2006 19:25:33 +0000
On 11 Jan 2006, at 18:59, Willem Perquin wrote:
I can feel it, pleace help me with the final part
How about something like:
set foo to (path to library folder as string) & "Desktop
Pictures:Abstract:"
tell application "Finder"
set bar to files of (foo as alias)
repeat with n in items of bar
set desktop picture to n
delay 3
end repeat
end tell
You'll have to excuse the messy repeat - I've got to run to catch a
train :-)
Regards
--
Martin Orpen
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden